diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-11-29 19:11:53 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-11-29 19:12:38 -0500 |
commit | 2ff36abeec948899b9a51d1c945e9fbe85e056d5 (patch) | |
tree | 51ba6e27cf313a890162863a147b89efdc820982 /doc/src | |
parent | f225e4bc54df77e766b0edcffacb865648b099a3 (diff) | |
download | postgresql-2ff36abeec948899b9a51d1c945e9fbe85e056d5.tar.gz postgresql-2ff36abeec948899b9a51d1c945e9fbe85e056d5.zip |
In docs, suggest "-O0 -g" only if using a debugger.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 16fbdc6c7c6..76c64e5ccee 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1418,7 +1418,7 @@ su - postgres 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"</>. + running configure with <literal>CFLAGS="-O0 -g"</> if using a debugger. </para> </note> </step> |