mirror of https://github.com/postgres/postgres.git
Document --enable-cassert/--disable-cassert configure options
parent
9f42a56a02
commit
435b9ed2f2
4
INSTALL
4
INSTALL
|
|
@ -115,6 +115,10 @@ To install PostgreSQL on UNIX platforms:
|
||||||
|
|
||||||
--disable-locale Disables USE_LOCALE
|
--disable-locale Disables USE_LOCALE
|
||||||
|
|
||||||
|
--enable-cassert Enables ASSERT_CHECKING (default)
|
||||||
|
|
||||||
|
--disable-cassert Disables ASSERT_CHECKING
|
||||||
|
|
||||||
--with-template=TEMPLATE
|
--with-template=TEMPLATE
|
||||||
Use template file TEMPLATE - the template files are
|
Use template file TEMPLATE - the template files are
|
||||||
assumed to be in the directory src/template, so look
|
assumed to be in the directory src/template, so look
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue