From cb549d0ce92fa3014fd23aceccb28a799400fb3c Mon Sep 17 00:00:00 2001 From: vijay_ganesh Date: Wed, 9 Sep 2009 14:36:19 +0000 Subject: [PATCH] git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@210 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 6e34f48..d30be78 100644 --- a/scripts/Makefile.common +++ b/scripts/Makefile.common @@ -5,8 +5,8 @@ #emacs #OPTIMIZE = -g -pg # Debugging and gprof-style profiling -OPTIMIZE = -g # Debugging -#OPTIMIZE = -O3 -DNDEBUG # Maximum optimization +#OPTIMIZE = -g # Debugging +OPTIMIZE = -O3 -DNDEBUG # Maximum optimization CFLAGS_BASE = $(OPTIMIZE) -- 2.47.3