From af0afe16315b11d39d853ac5a738e83a8d0abd72 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 23 Jan 2009 02:14:45 +0000 Subject: [PATCH] added CXXFLAGS with -O3 to main Makefile git-svn-id: svn://anubis/fart/trunk@33 7f9b0f55-74a9-4bce-be96-3c2cd072584d --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7142c6e..5b48816 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ export CPPFLAGS += -I"$(shell cd)" else export CPPFLAGS += -I"$(shell pwd)" endif +export CXXFLAGS := -O3 all: $(TARGET)