From f6acb7a96f1f55661ba1eac8058a547bc09e37f2 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Thu, 24 Nov 2011 12:43:03 +0000 Subject: [PATCH] add the -O8 flag back in --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb3afe2..eb9386c 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ PROGRAM_SOURCE=\ OBJECTS=$(subst .cc,.o,$(SOURCE)) TOP_DIR:=$(PWD) -CPPFLAGS=-Wall -g -I$(TOP_DIR) +CPPFLAGS=-Wall -g -I$(TOP_DIR) -O8 #CPPFLAGS=-Wall -std=c++0x -g -I$(TOP_DIR) LIBS=-lstdc++ -lboost_program_options -lexpat