Skip to content

Commit 4d3da08

Browse files
hebastofanquake
authored andcommitted
guix: Enable CET for glibc package
1 parent a386034 commit 4d3da08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/guix/manifest.scm

+1
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ inspecting signatures in Mach-O binaries.")
469469
`(append ,flags
470470
;; https://www.gnu.org/software/libc/manual/html_node/Configuring-and-compiling.html
471471
(list "--enable-stack-protector=all",
472+
"--enable-cet",
472473
"--enable-bind-now",
473474
"--disable-werror",
474475
building-on)))

0 commit comments

Comments
 (0)