From: vijay_ganesh Date: Thu, 15 Oct 2009 21:52:58 +0000 (+0000) Subject: minor edit X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=9eb515e3beda0ab265d2d546fff3bc4554bee67a;p=francis%2Fstp.git minor edit git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@306 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/scripts/Makefile.common b/scripts/Makefile.common index ca5dde1..ef2b91f 100644 --- a/scripts/Makefile.common +++ b/scripts/Makefile.common @@ -7,7 +7,7 @@ #OPTIMIZE = -g -pg # Debugging and gprof-style profiling OPTIMIZE = -g # Debugging OPTIMIZE = -O3 -DNDEBUG # Maximum optimization -OPTIMIZE = -O3 -DNDEBUG -DLESSBYTES_PERNODE +#OPTIMIZE = -O3 -DNDEBUG -DLESSBYTES_PERNODE CFLAGS_BASE = $(OPTIMIZE)