From c8497ea4e68ab7173a9a8f1be4a593ed521b8a1c Mon Sep 17 00:00:00 2001 From: vijay_ganesh Date: Sat, 5 Dec 2009 22:51:17 +0000 Subject: [PATCH] minor edit git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@464 e59a4935-1847-0410-ae03-e826735625c1 --- scripts/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/Makefile.common b/scripts/Makefile.common index 510c78b..2922cfc 100644 --- a/scripts/Makefile.common +++ b/scripts/Makefile.common @@ -10,7 +10,8 @@ #OPTIMIZE = -g -pg # Debugging and gprof-style profiling OPTIMIZE = -g # Debugging -OPTIMIZE = -O3 -march=native # Maximum optimization +OPTIMIZE = -O3 # Maximum optimization +#OPTIMIZE = -O3 -march=native # Maximum optimization #OPTIMIZE = -O3 -DNDEBUG -DLESSBYTES_PERNODE #CFLAGS_M32 = -m32 CFLAGS_BASE = $(OPTIMIZE) -- 2.47.3