mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -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-cet",
|
||||||
"--enable-bind-now",
|
"--enable-bind-now",
|
||||||
"--disable-werror",
|
"--disable-werror",
|
||||||
|
"--disable-timezone-tools",
|
||||||
|
"--disable-profile",
|
||||||
building-on)))
|
building-on)))
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
`(modify-phases ,phases
|
`(modify-phases ,phases
|
||||||
|
|
Loading…
Reference in a new issue