guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b6323d3f1aabcaee9af20ba64dd55c60ef43c74e
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Oct 30 16:20:02 2025 +0900
Revert "gnu: binutils: Do not compress debug sections."
This reverts commit 3410d8bdc8be3c940a6e37aab44d419bc82c3578.
---
gnu/packages/base.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 0045975ce9..93019516a6 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -731,8 +731,7 @@ change. GNU make offers many powerful extensions over the
standard utility.")
"--enable-deterministic-archives"
"--enable-64-bit-bfd"
- ;; Note: Do not enable compression here, as dwz cannot process
- ;; compressed debug sections.
+ "--enable-compressed-debug-sections=all"
"--enable-lto"
"--enable-separate-code"
"--enable-threads")