]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk...
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 24 Sep 2009 14:46:50 +0000 (14:46 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 24 Sep 2009 14:46:50 +0000 (14:46 +0000)
INSTALL
scripts/Makefile.common

diff --git a/INSTALL b/INSTALL
index cbd4c929c613e63b438f4d19b73fa223c6182148..094a8502a6d308c67b142a08f6f1465114e68517 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,3 @@
-
-
 /********************************************************************
  * PROGRAM NAME: STP (Simple Theorem Prover)   
  *             
 
    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.
-
-
index 66b2cb077d65d58b59f3a7fdad5467138e2b1549..9f83afe4e28219eccb22845a998ced727ca3d2d4 100644 (file)
@@ -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