From: vijay_ganesh Date: Fri, 30 Oct 2009 18:21:40 +0000 (+0000) Subject: minor edit X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=e0fa4f2b940fe14e6c14b703e85e6c33b0414a6d;p=francis%2Fstp.git minor edit git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@371 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/scripts/Makefile.common b/scripts/Makefile.common index 2b74faa..6d47734 100644 --- a/scripts/Makefile.common +++ b/scripts/Makefile.common @@ -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