From e0fa4f2b940fe14e6c14b703e85e6c33b0414a6d Mon Sep 17 00:00:00 2001 From: vijay_ganesh Date: Fri, 30 Oct 2009 18:21:40 +0000 Subject: [PATCH] minor edit git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@371 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 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 -- 2.47.3