git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@366
e59a4935-1847-0410-ae03-
e826735625c1
#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