flatpak-builder
flatpak-builder copied to clipboard
How to extract debuginfo from an extension?
flatpak-builder doesn't strip and extract debuginfo from an extension after it's built.
While option no-strip: false
makes flatpak-builder to strip binaries, no-debuginfo: false
doen't seem to affect anything - .Debug extension isn't created.
Here is app with extension I'm building.
Am I doing something wrong?
Yeah, this doesn't currently work.
Is this planned?
Its a bit tricky, since extensions can't really have extension of their own, and the way debug stuff works the result has to be in /usr/lib/debug which is not where the main extension is mounted.
I"d take stripping at least. I had to modify half a dozen packages to drastically slim them down as I didn't realise they were not stripped automatically.