From 9eb515e3beda0ab265d2d546fff3bc4554bee67a Mon Sep 17 00:00:00 2001 From: vijay_ganesh Date: Thu, 15 Oct 2009 21:52:58 +0000 Subject: [PATCH] minor edit git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@306 e59a4935-1847-0410-ae03-e826735625c1 --- scripts/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3