]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
minor edit
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 30 Oct 2009 18:21:40 +0000 (18:21 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 30 Oct 2009 18:21:40 +0000 (18:21 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@371 e59a4935-1847-0410-ae03-e826735625c1

scripts/Makefile.common

index 2b74faa3476b390a93f40cf2553ce237108d9d16..6d47734dff89577bab3299bba1dd15096518a816 100644 (file)
@@ -20,16 +20,16 @@ CFLAGS_BASE   = $(OPTIMIZE)
 #CFLAGS_BASE   = $(OPTIMIZE) -DCRYPTOMINISAT
 
 # OPTION to compile in MiniSAT
-#CORE          = true
-#CFLAGS_BASE   = $(OPTIMIZE) -DCORE
+CORE          = true
+CFLAGS_BASE   = $(OPTIMIZE) -DCORE
 
 # OPTION to compile in UNSOUND MiniSAT
 #UNSOUND       = true
 #CFLAGS_BASE   = $(OPTIMIZE) -DUNSOUND
 
 # OPTION to compile in Simplifying MiniSAT
-SIMP          = true
-CFLAGS_BASE   = $(OPTIMIZE) -DSIMP
+#SIMP          = true
+#CFLAGS_BASE   = $(OPTIMIZE) -DSIMP
 
 SHELL=/bin/bash