]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
added approrpiate comments in Makefile.common
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 29 Oct 2009 22:35:01 +0000 (22:35 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 29 Oct 2009 22:35:01 +0000 (22:35 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@366 e59a4935-1847-0410-ae03-e826735625c1

scripts/Makefile.common

index f546940c709b92def85addc973fc4923936baa0c..6d47734dff89577bab3299bba1dd15096518a816 100644 (file)
@@ -15,12 +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 in MiniSAT
 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