Optimize a bit static long assignation

This commit is contained in:
Colin Leroy-Mira
2023-11-13 20:24:14 +01:00
parent 5537b61e6a
commit d8a3938f2b
8 changed files with 374 additions and 36 deletions

View File

@@ -66,7 +66,7 @@ ifndef BUILD_ID
endif
$(info BUILD_ID: $(BUILD_ID))
CFLAGS += -MMD -MP -O3 -I common \
CFLAGS += -MMD -MP -O0 -g -I common \
-Wall -Wextra -Wno-char-subscripts $(USER_CFLAGS) \
-DCA65_INC="\"$(CA65_INC)\"" -DCC65_INC="\"$(CC65_INC)\"" -DCL65_TGT="\"$(CL65_TGT)\"" \
-DLD65_LIB="\"$(LD65_LIB)\"" -DLD65_OBJ="\"$(LD65_OBJ)\"" -DLD65_CFG="\"$(LD65_CFG)\"" \