Added -g compile flag to allow debug symbols for IDE debugging

This commit is contained in:
MeirGavish
2025-08-04 10:20:49 +03:00
parent de672572b1
commit 7c6aa7371f
+1 -1
View File
@@ -38,7 +38,7 @@ GRAPHICS := graphics
#---------------------------------------------------------------------------------
ARCH := -mthumb -mthumb-interwork
CFLAGS := -O3 -Wall -Werror\
CFLAGS := -g -O3 -Wall -Werror\
-mcpu=arm7tdmi -mtune=arm7tdmi \
-ffast-math -fomit-frame-pointer -funroll-loops \
$(ARCH)