Increase optimization level.

This commit is contained in:
Jesse D. McDonald 2009-10-28 12:46:48 -05:00
parent f8e04f1b86
commit 6829d550f5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ CFLAGS += -g
PROFILE = no PROFILE = no
dummy := $(shell $(MAKE) clean) dummy := $(shell $(MAKE) clean)
else else
CFLAGS += -O2 -DNDEBUG CFLAGS += -O3 -DNDEBUG -march=nocona
endif endif
all: gc_test all: gc_test