mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 14:19:26 -04:00
Change installation docs to mention general debugging options.
This commit is contained in:
parent
0195e5c4ab
commit
99f5e47df5
1 changed files with 2 additions and 2 deletions
|
|
@ -1417,8 +1417,8 @@ su - postgres
|
|||
<para>
|
||||
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"</> if using a debugger.
|
||||
ability to detect and debug server errors. Your debugger might
|
||||
also require specific compiler flags to produce useful output.
|
||||
</para>
|
||||
</note>
|
||||
</step>
|
||||
|
|
|
|||
Loading…
Reference in a new issue