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

This commit is contained in:
Bruce Momjian 2011-11-29 19:11:53 -05:00
parent f225e4bc54
commit 2ff36abeec
1 changed files with 1 additions and 1 deletions

View File

@ -1418,7 +1418,7 @@ su - postgres
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"</>.
running configure with <literal>CFLAGS="-O0 -g"</> if using a debugger.
</para>
</note>
</step>