docs: Fix docs for no-debuginfo

This was documented in reverse, see:

https://github.com/flatpak/flatpak/issues/349
This commit is contained in:
Alexander Larsson
2016-10-17 09:42:56 +02:00
parent da0204f4c8
commit f9ed36e092

View File

@@ -276,7 +276,8 @@
</varlistentry>
<varlistentry>
<term><option>no-debuginfo</option> (boolean)</term>
<listitem><para>If this is true (the default is false) and strip is not set then all ELF files will have their debug info extracted to a separate file.</para></listitem>
<listitem><para>By default (if strip is not true) flatpak-builder extracts all debug info in ELF files to a separate files
and puts this in an extension. If you want to disable this, set no-debuginfo to true.</para></listitem>
</varlistentry>
<varlistentry>
<term><option>arch</option> (object)</term>