From 0986f19ee1277efa3c32447f116ef6541e3cfc30 Mon Sep 17 00:00:00 2001 From: vijay_ganesh Date: Thu, 24 Sep 2009 14:46:50 +0000 Subject: [PATCH] git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@253 e59a4935-1847-0410-ae03-e826735625c1 --- INSTALL | 9 --------- scripts/Makefile.common | 3 ++- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/INSTALL b/INSTALL index cbd4c92..094a850 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,3 @@ - - /******************************************************************** * PROGRAM NAME: STP (Simple Theorem Prover) * @@ -26,10 +24,3 @@ make regressall -NB: - -* If you want to compile a statically linked version of STP, run -./liblinks.sh after the configure script, and then compile adding -STATIC=true to the make commands. - - diff --git a/scripts/Makefile.common b/scripts/Makefile.common index 66b2cb0..9f83afe 100644 --- a/scripts/Makefile.common +++ b/scripts/Makefile.common @@ -7,11 +7,12 @@ #OPTIMIZE = -g -pg # Debugging and gprof-style profiling OPTIMIZE = -g # Debugging OPTIMIZE = -O3 -DNDEBUG # Maximum optimization - CFLAGS_BASE = $(OPTIMIZE) + # You can compile using make STATIC=true to compile a statically # linked executable Note that you should execute liblinks.sh first. +#STATIC=true ifdef STATIC LDFLAGS_BASE = -static-libgcc -static -- 2.47.3