From 08b366d9a6af47167b9d33d0e1451ee8d745fb96 Mon Sep 17 00:00:00 2001 From: vijay_ganesh Date: Thu, 5 Nov 2009 19:41:46 +0000 Subject: [PATCH] minor edit git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@383 e59a4935-1847-0410-ae03-e826735625c1 --- scripts/Makefile.common | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.3