aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/installation.sgml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 41b9009de05..16fbdc6c7c6 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1412,6 +1412,15 @@ su - postgres
</varlistentry>
</variablelist>
</para>
+
+ <note>
+ <para>
+ Server developers should consider using the configure options
+ <option>--enable-cassert</> and <option>--enable-debug</> to enhance the
+ ability to detect and debug server errors. They should also consider
+ running configure with <literal>CFLAGS="-O0 -g"</>.
+ </para>
+ </note>
</step>
<step id="build">