Fix Makefile change

This commit is contained in:
Colin Leroy-Mira 2023-12-01 14:22:30 +01:00
parent d8a3938f2b
commit 63861766e1
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ ifndef BUILD_ID
endif
$(info BUILD_ID: $(BUILD_ID))
CFLAGS += -MMD -MP -O0 -g -I common \
CFLAGS += -MMD -MP -O3 -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)\"" \