From: Mike D. Lowis Date: Fri, 22 Jun 2012 18:13:29 +0000 (-0400) Subject: Turned on aggressive optimization X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=fd5e0d0e62008735fe98855a3fc4d7472cba84fc;p=archive%2Fparse-utils.git Turned on aggressive optimization --- 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