mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: binutils: Do not compress debug sections.
This is in preparation to a new phase which will deduplicate debug symbols with dwz (and compress them after via objcopy). * gnu/packages/base.scm (binutils) [#:configure-flags]: Remove --enable-compressed-debug-sections=all. Change-Id: I992bc680f3e5f7bb6b7aae81e9311352745402cf
This commit is contained in:
@@ -731,7 +731,8 @@ change. GNU make offers many powerful extensions over the standard utility.")
|
||||
"--enable-deterministic-archives"
|
||||
|
||||
"--enable-64-bit-bfd"
|
||||
"--enable-compressed-debug-sections=all"
|
||||
;; Note: Do not enable compression here, as dwz cannot process
|
||||
;; compressed debug sections.
|
||||
"--enable-lto"
|
||||
"--enable-separate-code"
|
||||
"--enable-threads")
|
||||
|
||||
Reference in New Issue
Block a user