From: trevor_hansen Date: Tue, 10 Jan 2012 03:44:15 +0000 (+0000) Subject: Revert the makefile, I didn't mean to checkin. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=6022cf2c2e4f6f95497e06b49b1eba9c86fccac6;p=francis%2Fstp.git Revert the makefile, I didn't mean to checkin. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1486 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/scripts/Makefile.common b/scripts/Makefile.common index 183f0c9..58f96db 100644 --- a/scripts/Makefile.common +++ b/scripts/Makefile.common @@ -10,8 +10,8 @@ -include $(TOP)/scripts/config.info -#OPTIMIZE = -O3 -DNDEBUG -march=native -fomit-frame-pointer # Optimization -OPTIMIZE = -O3 -g # Debug +OPTIMIZE = -O3 -DNDEBUG -march=native -fomit-frame-pointer # Optimization +#OPTIMIZE = -O3 -g # Debug # To enable 128-bit indices in the array propagators. Put the INDICES_128BITS # option into CFLAGS_M32. Weird I know.