summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-01-08 18:01:35 +0100
committerAlexander Larsson <alexl@redhat.com>2016-01-11 11:40:46 +0100
commit98a7d731addf3e0d3a146bc0152307444fee5849 (patch)
tree4a97c304a2c19a55cc81cf6ad67446e4c00ebb50 /doc
parent62b4ffaa72891520d57ce32ba99b40ceeda6cd99 (diff)
downloadxdg-app-98a7d731addf3e0d3a146bc0152307444fee5849.tar.gz
builder: Add support for separating out debuginfo
Diffstat (limited to 'doc')
-rw-r--r--doc/xdg-app-builder.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/xdg-app-builder.xml b/doc/xdg-app-builder.xml
index f86e473..2cefea3 100644
--- a/doc/xdg-app-builder.xml
+++ b/doc/xdg-app-builder.xml
@@ -150,10 +150,6 @@
<listitem><para>An array of arguments passed to the <command>xdg-app build-finish</command> command</para></listitem>
</varlistentry>
<varlistentry>
- <term><option>strip</option></term>
- <listitem><para>If this is true (the default) then all ELF files will be stripped during the cleanup phase.</para></listitem>
- </varlistentry>
- <varlistentry>
<term><option>rename-desktop-file</option></term>
<listitem><para>Any desktop file with this name will be renamed to a name based on app-id during the cleanup phase.</para></listitem>
</varlistentry>
@@ -203,6 +199,14 @@
<listitem><para>This is a dictionary defining environment variables to be set during the build.</para></listitem>
</varlistentry>
<varlistentry>
+ <term><option>strip</option></term>
+ <listitem><para>If this is true (the default is false) then all ELF files will be stripped after install.</para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>no-debuginfo</option></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>
+ </varlistentry>
+ <varlistentry>
<term><option>arch</option></term>
<listitem><para>This is a dictionary defining for each arch a separate build options object that override the main one</para></listitem>
</varlistentry>