diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-30 16:20:00 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-30 16:20:00 +0900 |
| commit | 63d395cf61770ae07e779d2a401c1fb7123e6f80 (patch) | |
| tree | 38461b5c22546c440a2e36873e43b5a3e69cbd8f /gnu | |
| parent | 6cb1b4ec4cc3c6b6c2e5a2f9a50111110481dd2d (diff) | |
Revert "gnu: binutils: Use zstd compression level 19."
This reverts commit 87a23070f2992d41942c6d3683329c7480303e04.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/base.scm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 31809316be7..a78478451dd 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -736,14 +736,6 @@ change. GNU make offers many powerful extensions over the standard utility.") "--enable-lto" "--enable-separate-code" "--enable-threads") - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'use-zstd-compression-level-19 - (lambda _ - ;; The default level (3) is hard-coded. Use a higher level to - ;; compact debug sections as much as possible. - (substitute* "bfd/compress.c" - (("ZSTD_CLEVEL_DEFAULT") "19"))))) ;; For some reason, the build machinery insists on rebuilding .info ;; files, even though they're already provided by the tarball. @@ -803,12 +795,6 @@ included.") (delete "LDFLAGS=-static-libgcc" #$flags))) ((#:phases phases '%standard-phases) #~(modify-phases #$phases - (add-after 'unpack 'use-zstd-compression-level-19-for-gold - (lambda _ - ;; The default level (3) is hard-coded. Use a higher level to - ;; compact debug sections as much as possible. - (substitute* "gold/compressed_output.cc" - (("ZSTD_CLEVEL_DEFAULT") "19")))) (add-after 'patch-source-shebangs 'patch-more-shebangs (lambda _ (substitute* "gold/Makefile.in" |
