]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
minor edits to scrips/Makefile.common
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 16 Sep 2009 22:23:59 +0000 (22:23 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 16 Sep 2009 22:23:59 +0000 (22:23 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@235 e59a4935-1847-0410-ae03-e826735625c1

scripts/Makefile.common

index 6b77869c976c2d9416cf0850fff7a6f16f3386a0..32774213d708b8df03d8b1431962681f372fa0a4 100644 (file)
@@ -6,7 +6,7 @@
 
 #OPTIMIZE = -g -pg           # Debugging and gprof-style profiling
 OPTIMIZE = -g                # Debugging
-#OPTIMIZE = -O3 -DNDEBUG     # Maximum optimization
+OPTIMIZE = -O3 -DNDEBUG     # Maximum optimization
 
 CFLAGS_BASE = $(OPTIMIZE)