From: vijay_ganesh Date: Thu, 5 Nov 2009 19:41:46 +0000 (+0000) Subject: minor edit X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=08b366d9a6af47167b9d33d0e1451ee8d745fb96;p=francis%2Fstp.git minor edit git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@383 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/scripts/Makefile.common b/scripts/Makefile.common index c1504c3..6e6e784 100644 --- a/scripts/Makefile.common +++ b/scripts/Makefile.common @@ -16,12 +16,12 @@ OPTIMIZE = -O3 -DNDEBUG # Maximum optimization CFLAGS_BASE = $(OPTIMIZE) # OPTION to compile CRYPTOMiniSAT -CRYPTOMINISAT = true -CFLAGS_BASE = $(OPTIMIZE) -DCRYPTOMINISAT +#CRYPTOMINISAT = true +#CFLAGS_BASE = $(OPTIMIZE) -DCRYPTOMINISAT # OPTION to compile MiniSAT -#CORE = true -#CFLAGS_BASE = $(OPTIMIZE) -DCORE +CORE = true +CFLAGS_BASE = $(OPTIMIZE) -DCORE # OPTION to compile UNSOUND MiniSAT #UNSOUND = true