Skip to content

Commit b871020

Browse files
committed
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.
1 parent 23b8a42 commit b871020

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/guix/manifest.scm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,8 @@ inspecting signatures in Mach-O binaries.")
474474
"--enable-cet",
475475
"--enable-bind-now",
476476
"--disable-werror",
477+
"--disable-timezone-tools",
478+
"--disable-profile",
477479
building-on)))
478480
((#:phases phases)
479481
`(modify-phases ,phases

0 commit comments

Comments
 (0)