From d6a03c3d298351f4a838fd2f2b60815ee26f629a Mon Sep 17 00:00:00 2001 From: vijay_ganesh Date: Tue, 1 Dec 2009 22:41:21 +0000 Subject: [PATCH] minor edit git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@441 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 75ba1f7..7dc15ff 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 CRYPTOMiniSAT version 2.x -CRYPTOMINISAT2 = true -CFLAGS_BASE = $(OPTIMIZE) -DCRYPTOMINISAT2 +#CRYPTOMINISAT2 = true +#CFLAGS_BASE = $(OPTIMIZE) -DCRYPTOMINISAT2 # OPTION to compile MiniSAT #CORE = true -- 2.47.3