]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk...
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 9 Sep 2009 14:36:19 +0000 (14:36 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 9 Sep 2009 14:36:19 +0000 (14:36 +0000)
scripts/Makefile.common

index 6e34f48e8d62872f449fd3ba4a22a97de454d8d2..d30be78e9744c8469dbc266cbaf6b804e14a00ac 100644 (file)
@@ -5,8 +5,8 @@
 #emacs
 
 #OPTIMIZE = -g -pg # Debugging and gprof-style profiling
-OPTIMIZE = -g     # Debugging
-#OPTIMIZE = -O3 -DNDEBUG     # Maximum optimization
+#OPTIMIZE = -g     # Debugging
+OPTIMIZE = -O3 -DNDEBUG     # Maximum optimization
 
 CFLAGS_BASE = $(OPTIMIZE)