summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-04-21 18:26:27 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-04-21 18:26:27 +0000
commit435b9ed2f26a57e51a9f029250121fef2e8052b4 (patch)
tree834cbbcd012bd8eca3c913efe76734314236b87b
parent9f42a56a02be764ceeb865f53c875b61c20d23eb (diff)
downloadpostgresql-435b9ed2f26a57e51a9f029250121fef2e8052b4.tar.gz
Document --enable-cassert/--disable-cassert configure options
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index f9484df226..de62622fec 100644
--- a/INSTALL
+++ b/INSTALL
@@ -115,6 +115,10 @@ To install PostgreSQL on UNIX platforms:
--disable-locale Disables USE_LOCALE
+ --enable-cassert Enables ASSERT_CHECKING (default)
+
+ --disable-cassert Disables ASSERT_CHECKING
+
--with-template=TEMPLATE
Use template file TEMPLATE - the template files are
assumed to be in the directory src/template, so look