Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e1300 commit b60f37bCopy full SHA for b60f37b
doc/src/sgml/installation.sgml
@@ -1412,6 +1412,15 @@ su - postgres
1412
</varlistentry>
1413
</variablelist>
1414
</para>
1415
+
1416
+ <note>
1417
+ <para>
1418
+ Server developers should consider using the configure options
1419
+ <option>--enable-cassert</> and <option>--enable-debug</> to enhance the
1420
+ ability to detect and debug server errors. They should also consider
1421
+ running configure with <literal>CFLAGS="-O0 -g"</>.
1422
+ </para>
1423
+ </note>
1424
</step>
1425
1426
<step id="build">
0 commit comments