]> git.sur5r.net Git - cc65/blobdiff - src/ca65/make/gcc.mak
Fixed an error in macro expansion: If the first token after the macro name was
[cc65] / src / ca65 / make / gcc.mak
index b82923bafe3a7116ef8ddf3c25536696dd91c1e5..788ba8cd896fd1f379f914886e2b32468a9bf5a1 100644 (file)
@@ -15,7 +15,7 @@ CA65_INC = \"/usr/lib/cc65/asminc/\"
 
 #
 CC     = gcc
-CFLAGS         = -g -O2 -Wall -W -std=c89
+CFLAGS         = -g -Wall -W -std=c89
 override CFLAGS += -I$(COMMON)
 override CFLAGS += -DCA65_INC=$(CA65_INC)
 EBIND  = emxbind