[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#43885] [PATCH] guix build: Add '--with-debug-info'.
From: |
Ludovic Courtès |
Subject: |
[bug#43885] [PATCH] guix build: Add '--with-debug-info'. |
Date: |
Mon, 12 Oct 2020 11:39:15 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hi!
Marius Bakke <marius@gnu.org> skribis:
> Ludovic Courtès <ludo@gnu.org> writes:
>
>> * guix/scripts/build.scm (transform-package-with-debug-info): New
>> procedure.
>> (%transformations): Add 'with-debug-info'.
>> (%transformation-options, show-transformation-options-help): Add
>> '--with-debug-info'.
>> * tests/scripts-build.scm ("options->transformation, with-debug-info"):
>> New test.
>> * doc/guix.texi (Package Transformation Options): Document
>> '--with-debug-info'.
>> (Installing Debugging Files): Introduce sections. Remove bit about
>> eventual "opt-out" since this is not happening. Document
>> '--with-debug-info' under "Rebuilding with Debugging Info".
>
> Love it. LGTM!
Cool. :-)
Unfortunately the ‘glib’ example is impaired by
<https://issues.guix.gnu.org/43890>, which triggers rebuilds. The bug
really only affects specific situations. It probably shouldn’t be a
blocker, but it’s still annoying. I’ll keep thinking about possible
solutions though.
Thanks,
Ludo’.