Suggest configure options for server developers.

Greg Smith
pull/1/head
Bruce Momjian 15 years ago
parent f1e13001b2
commit b60f37bf44
  1. 9
      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">

Loading…
Cancel
Save