Commit b60f37bf authored by Bruce Momjian's avatar Bruce Momjian

Suggest configure options for server developers.

Greg Smith
parent f1e13001
...@@ -1412,6 +1412,15 @@ su - postgres ...@@ -1412,6 +1412,15 @@ su - postgres
</varlistentry> </varlistentry>
</variablelist> </variablelist>
</para> </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>
<step id="build"> <step id="build">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment