mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Document --enable-cassert/--disable-cassert configure options
This commit is contained in:
parent
9f42a56a02
commit
435b9ed2f2
1 changed files with 4 additions and 0 deletions
4
INSTALL
4
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue