From fd5e0d0e62008735fe98855a3fc4d7472cba84fc Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Fri, 22 Jun 2012 14:13:29 -0400 Subject: [PATCH] Turned on aggressive optimization --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 165de91..0978c96 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ INC_DIRS = $(call incdirs, $(SRC_ROOT)) \ # Compiler and Linker Options #---------------------------- -CXXFLAGS = $(INC_DIRS) -Wall -fPIC +CXXFLAGS = $(INC_DIRS) -Wall -fPIC -O5 TEST_CXXFLAGS = $(INC_DIRS) ARFLAGS = rcs -- 2.54.0