Change installation docs to mention general debugging options.
authorBruce Momjian <bruce@momjian.us>
Wed, 30 Nov 2011 03:35:06 +0000 (22:35 -0500)
committerBruce Momjian <bruce@momjian.us>
Wed, 30 Nov 2011 03:35:48 +0000 (22:35 -0500)
doc/src/sgml/installation.sgml

index 76c64e5cceee22530cfd475e4a73439cae09936a..113596138eff9ba892bea5ae557148cd7be38196 100644 (file)
@@ -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>