From 6022cf2c2e4f6f95497e06b49b1eba9c86fccac6 Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Tue, 10 Jan 2012 03:44:15 +0000 Subject: [PATCH] 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 --- scripts/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.3