Commit 2ff36abe authored by Bruce Momjian's avatar Bruce Momjian

In docs, suggest "-O0 -g" only if using a debugger.

parent f225e4bc
...@@ -1418,7 +1418,7 @@ su - postgres ...@@ -1418,7 +1418,7 @@ su - postgres
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. They should also consider
running configure with <literal>CFLAGS="-O0 -g"</>. running configure with <literal>CFLAGS="-O0 -g"</> if using a debugger.
</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