1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

Change installation docs to mention general debugging options.

This commit is contained in:
Bruce Momjian 2011-11-29 22:35:06 -05:00
parent 0195e5c4ab
commit 99f5e47df5

View File

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