]> git.sur5r.net Git - cc65/commitdiff
Increased GCC optimization level.
authorOliver Schmidt <ol.sc@web.de>
Wed, 17 May 2017 16:30:12 +0000 (18:30 +0200)
committerOliver Schmidt <ol.sc@web.de>
Wed, 17 May 2017 16:30:35 +0000 (18:30 +0200)
src/Makefile

index f4f29b949baac9735e92f8ca38c05149230d2f9e..3ce4b676aa0500e9ac92e48599599ede980fce2a 100644 (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) \