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

scripts/Makefile.common

index 6d47734dff89577bab3299bba1dd15096518a816..c1504c33d0574b3b944941532c12e26a8992a5eb 100644 (file)
@@ -15,19 +15,19 @@ OPTIMIZE      = -O3 -DNDEBUG      # Maximum optimization
 #CFLAGS_M32   = -m32
 CFLAGS_BASE   = $(OPTIMIZE)
 
-# OPTION to compile in CRYPTOMiniSAT
-#CRYPTOMINISAT = true
-#CFLAGS_BASE   = $(OPTIMIZE) -DCRYPTOMINISAT
+# OPTION to compile CRYPTOMiniSAT
+CRYPTOMINISAT = true
+CFLAGS_BASE   = $(OPTIMIZE) -DCRYPTOMINISAT
 
-# OPTION to compile in MiniSAT
-CORE          = true
-CFLAGS_BASE   = $(OPTIMIZE) -DCORE
+# OPTION to compile MiniSAT
+#CORE          = true
+#CFLAGS_BASE   = $(OPTIMIZE) -DCORE
 
-# OPTION to compile in UNSOUND MiniSAT
+# OPTION to compile UNSOUND MiniSAT
 #UNSOUND       = true
 #CFLAGS_BASE   = $(OPTIMIZE) -DUNSOUND
 
-# OPTION to compile in Simplifying MiniSAT
+# OPTION to compile Simplifying MiniSAT
 #SIMP          = true
 #CFLAGS_BASE   = $(OPTIMIZE) -DSIMP