]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Revert the makefile, I didn't mean to checkin.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 10 Jan 2012 03:44:15 +0000 (03:44 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 10 Jan 2012 03:44:15 +0000 (03:44 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1486 e59a4935-1847-0410-ae03-e826735625c1

scripts/Makefile.common

index 183f0c92acc9ca27dadf95ea4bca348c8c206e1d..58f96dbfbc05d86e22e8c7c4e7053ca554fc21c0 100644 (file)
@@ -10,8 +10,8 @@
 
 -include $(TOP)/scripts/config.info
 
-#OPTIMIZE      = -O3 -DNDEBUG -march=native -fomit-frame-pointer # Optimization
-OPTIMIZE      =  -O3 -g            # Debug
+OPTIMIZE      = -O3 -DNDEBUG -march=native -fomit-frame-pointer # Optimization
+#OPTIMIZE      =  -O3 -g            # Debug
 
 # To enable 128-bit indices in the array propagators. Put the INDICES_128BITS
 # option into CFLAGS_M32. Weird I know.