1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Increased GCC optimization level.

This commit is contained in:
Oliver Schmidt 2017-05-17 18:30:12 +02:00
parent 0291c92ffb
commit 298dda0e71

View File

@ -62,7 +62,7 @@ else
endif
endif
CFLAGS += -MMD -MP -O -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) \