In docs, suggest "-O0 -g" only if using a debugger.
authorBruce Momjian
Wed, 30 Nov 2011 00:11:53 +0000 (19:11 -0500)
committerBruce Momjian
Wed, 30 Nov 2011 00:12:38 +0000 (19:12 -0500)
doc/src/sgml/installation.sgml

index 16fbdc6c7c6d92817a43680dc9dc9639333e9f21..76c64e5cceee22530cfd475e4a73439cae09936a 100644 (file)
@@ -1418,7 +1418,7 @@ su - postgres
       Server developers should consider using the configure options 
       
       ability to detect and debug server errors.  They should also consider
-      running configure with CFLAGS="-O0 -g".
+      running configure with CFLAGS="-O0 -g" if using a debugger.