From: vijay_ganesh Date: Sat, 5 Dec 2009 22:51:17 +0000 (+0000) Subject: minor edit X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=c8497ea4e68ab7173a9a8f1be4a593ed521b8a1c;p=francis%2Fstp.git minor edit git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@464 e59a4935-1847-0410-ae03-e826735625c1 --- 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)