From 7e6c4e5de8e1a612cb9b9019f5dbcd0fb5ce5e50 Mon Sep 17 00:00:00 2001 From: vijay_ganesh Date: Thu, 29 Oct 2009 22:35:01 +0000 Subject: [PATCH] added approrpiate comments in Makefile.common git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@366 e59a4935-1847-0410-ae03-e826735625c1 --- scripts/Makefile.common | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/Makefile.common b/scripts/Makefile.common index f546940..6d47734 100644 --- a/scripts/Makefile.common +++ b/scripts/Makefile.common @@ -15,12 +15,19 @@ OPTIMIZE = -O3 -DNDEBUG # Maximum optimization #CFLAGS_M32 = -m32 CFLAGS_BASE = $(OPTIMIZE) +# OPTION to compile in CRYPTOMiniSAT #CRYPTOMINISAT = true #CFLAGS_BASE = $(OPTIMIZE) -DCRYPTOMINISAT + +# OPTION to compile in MiniSAT 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 -- 2.47.3