]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
minor edit
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 5 Dec 2009 22:51:17 +0000 (22:51 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 5 Dec 2009 22:51:17 +0000 (22:51 +0000)
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

index 510c78bfc133aee1644a9fda7c60d92fc862fe49..2922cfc70e7f87354b450596a4146a61ced4a143 100644 (file)
@@ -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)