From b67fc024b033668a7d4ea69b2d33b0bde87bd69b Mon Sep 17 00:00:00 2001 From: vijay_ganesh Date: Fri, 11 Dec 2009 22:36:41 +0000 Subject: [PATCH] branched STP into a programmable branch. Add programmable SAT code to cryptominisat2 dir. svn removed previous code in that dir git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@504 e59a4935-1847-0410-ae03-e826735625c1 --- scripts/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Makefile.common b/scripts/Makefile.common index 9d0ae8e..d082524 100644 --- a/scripts/Makefile.common +++ b/scripts/Makefile.common @@ -12,8 +12,8 @@ OPTIMIZE = -g # Debugging #OPTIMIZE = -O3 -fPIC # Maximum optimization #OPTIMIZE = -O3 -march=native -fomit-frame-pointer # Maximum optimization -#OPTIMIZE = -O3 -march=native -DNDEBUG -DLESSBYTES_PERNODE -OPTIMIZE = -O3 # Maximum optimization +OPTIMIZE = -O3 -march=native -DNDEBUG -DLESSBYTES_PERNODE +#OPTIMIZE = -O3 # Maximum optimization #CFLAGS_M32 = -m32 CFLAGS_BASE = $(OPTIMIZE) -- 2.47.3