From f9ed36e09271ef7dd3da2cef61f2200f6b98fef2 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 17 Oct 2016 09:42:56 +0200 Subject: [PATCH] docs: Fix docs for no-debuginfo This was documented in reverse, see: https://github.com/flatpak/flatpak/issues/349 --- doc/flatpak-builder.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/flatpak-builder.xml b/doc/flatpak-builder.xml index 28ec0283..2187f697 100644 --- a/doc/flatpak-builder.xml +++ b/doc/flatpak-builder.xml @@ -276,7 +276,8 @@ (boolean) - 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. + 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. (object)