Commit 99f5e47d authored by Bruce Momjian's avatar Bruce Momjian

Change installation docs to mention general debugging options.

parent 0195e5c4
...@@ -1417,8 +1417,8 @@ su - postgres ...@@ -1417,8 +1417,8 @@ su - postgres
<para> <para>
Server developers should consider using the configure options Server developers should consider using the configure options
<option>--enable-cassert</> and <option>--enable-debug</> to enhance the <option>--enable-cassert</> and <option>--enable-debug</> to enhance the
ability to detect and debug server errors. They should also consider ability to detect and debug server errors. Your debugger might
running configure with <literal>CFLAGS="-O0 -g"</> if using a debugger. also require specific compiler flags to produce useful output.
</para> </para>
</note> </note>
</step> </step>
......
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