Skip to content

Commit

Permalink
guix: disable timezone tools & profiling in glibc
Browse files Browse the repository at this point in the history
Removes `var/profiles/x86_64-linux-gnu/sbin/zdump`.

Profiling is disabled by default, but make that explicit.
  • Loading branch information
fanquake committed Dec 18, 2024
1 parent 23b8a42 commit b871020
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b871020

Please sign in to comment.