Suggest configure options for server developers.

Greg Smith
This commit is contained in:
Bruce Momjian 2011-11-29 16:31:53 -05:00
parent f1e13001b2
commit b60f37bf44
1 changed files with 9 additions and 0 deletions

View File

@ -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">