From: vijay_ganesh Date: Wed, 9 Sep 2009 14:36:19 +0000 (+0000) Subject: git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk... X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=cb549d0ce92fa3014fd23aceccb28a799400fb3c;p=francis%2Fstp.git git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@210 e59a4935-1847-0410-ae03-e826735625c1 --- 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)