From: vijay_ganesh Date: Wed, 16 Sep 2009 22:23:59 +0000 (+0000) Subject: minor edits to scrips/Makefile.common X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=c5fefaf67e8689ea8699a3d0c01a95b86fcfe23a;p=francis%2Fstp.git minor edits to scrips/Makefile.common git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@235 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/scripts/Makefile.common b/scripts/Makefile.common index 6b77869..3277421 100644 --- a/scripts/Makefile.common +++ b/scripts/Makefile.common @@ -6,7 +6,7 @@ #OPTIMIZE = -g -pg # Debugging and gprof-style profiling OPTIMIZE = -g # Debugging -#OPTIMIZE = -O3 -DNDEBUG # Maximum optimization +OPTIMIZE = -O3 -DNDEBUG # Maximum optimization CFLAGS_BASE = $(OPTIMIZE)