devilutionX
devilutionX copied to clipboard
Lower optimizations for Amiga because of compiler bugs
-O2 is causing a CPU lockup in PcxToClx() with the current version of GCC 13 for Amiga.
This avoid the issue by lowering the optimizations to -O1 for now. Performance seems largely unaffected compared to builds with GCC 6 at -O2/3.