diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 76c64e5ccee..113596138ef 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -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> |