From d1ab9b35d3dc363e9af5d00557ef6042150025c8 Mon Sep 17 00:00:00 2001 From: vijay_ganesh Date: Thu, 15 Oct 2009 21:52:37 +0000 Subject: [PATCH] marked completed tasks in the task-list git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@305 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 ef2b91f..ca5dde1 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