From 6829d550f5e04f0ff042fb003f5167ff9401fe90 Mon Sep 17 00:00:00 2001 From: Jesse McDonald Date: Wed, 28 Oct 2009 12:46:48 -0500 Subject: [PATCH] Increase optimization level. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c78765a..a63629d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CFLAGS += -g PROFILE = no dummy := $(shell $(MAKE) clean) else -CFLAGS += -O2 -DNDEBUG +CFLAGS += -O3 -DNDEBUG -march=nocona endif all: gc_test