From d7534de2f31ae1e04bf61648ff461ef1a0c83ec4 Mon Sep 17 00:00:00 2001 From: vijay_ganesh Date: Fri, 11 Dec 2009 22:41:24 +0000 Subject: [PATCH] accidental Makefile.common commit git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@505 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 d082524..9d0ae8e 100644 --- a/scripts/Makefile.common +++ b/scripts/Makefile.common @@ -12,8 +12,8 @@ OPTIMIZE = -g # Debugging #OPTIMIZE = -O3 -fPIC # Maximum optimization #OPTIMIZE = -O3 -march=native -fomit-frame-pointer # Maximum optimization -OPTIMIZE = -O3 -march=native -DNDEBUG -DLESSBYTES_PERNODE -#OPTIMIZE = -O3 # Maximum optimization +#OPTIMIZE = -O3 -march=native -DNDEBUG -DLESSBYTES_PERNODE +OPTIMIZE = -O3 # Maximum optimization #CFLAGS_M32 = -m32 CFLAGS_BASE = $(OPTIMIZE) -- 2.47.3