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

pull/1/head
Bruce Momjian 14 years ago
parent f225e4bc54
commit 2ff36abeec
  1. 2
      doc/src/sgml/installation.sgml

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

Loading…
Cancel
Save