From: trevor_hansen Date: Wed, 11 Jan 2012 03:14:32 +0000 (+0000) Subject: Revert the compiler flags. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=92ebc908851b7f7fd28147b78dbdb1a7192771dc;p=francis%2Fstp.git Revert the compiler flags. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1494 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.