/rtmp/doc

text/x-diff

Filename: /rtmp/doc
Type: text/x-diff
Part: 0
Message: Re: Patch - Debug builds without optimization

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
doc/src/sgml/installation.sgml 0 0
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
new file mode 100644
index 41b9009..16fbdc6
*** a/doc/src/sgml/installation.sgml
--- b/doc/src/sgml/installation.sgml
*************** su - postgres
*** 1412,1417 ****
--- 1412,1426 ----
        </varlistentry>
       </variablelist>
      </para>
+ 
+     <note>
+      <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"</>.
+      </para>
+     </note>
     </step>
  
    <step id="build">