mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-08 10:58:22 -03:00
guix: disable timezone tools & profiling in glibc
Removes `var/profiles/x86_64-linux-gnu/sbin/zdump`. Profiling is disabled by default, but make that explicit.
This commit is contained in:
parent
23b8a424fb
commit
b8710201fb
1 changed files with 2 additions and 0 deletions
|
@ -474,6 +474,8 @@ inspecting signatures in Mach-O binaries.")
|
|||
"--enable-cet",
|
||||
"--enable-bind-now",
|
||||
"--disable-werror",
|
||||
"--disable-timezone-tools",
|
||||
"--disable-profile",
|
||||
building-on)))
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
|
|
Loading…
Reference in a new issue