From: vijay_ganesh Date: Fri, 11 Dec 2009 22:36:41 +0000 (+0000) Subject: branched STP into a programmable branch. Add programmable SAT code to cryptominisat2... X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=b67fc024b033668a7d4ea69b2d33b0bde87bd69b;p=francis%2Fstp.git 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 --- 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)