Fix another crash, update todo

This commit is contained in:
Shinovon 2026-05-07 03:28:28 +05:00
parent 30fff6bbab
commit 3ad8607a78
3 changed files with 11 additions and 6 deletions

View file

@ -18,7 +18,7 @@ SRCDBG
OPTION ARMCC --gnu -Otime --diag_suppress 1,68,111,174,381,1293
OPTION_REPLACE ARMCC --cpu 6
OPTION_REPLACE ARMCC --fpu softvfp+vfpv2 --fpmode fast
OPTION_REPLACE ARMCC -O2 -O3
OPTION_REPLACE ARMCC -O2 -O3 // too dangerous!
#ifdef ARMCC
ALWAYS_BUILD_AS_ARM
#endif