Skip to content

Commit

Permalink
guix: Enable CET for glibc package
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 21, 2024
1 parent 61f5e24 commit c1c18a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ inspecting signatures in Mach-O binaries.")
`(append ,flags
;; https://www.gnu.org/software/libc/manual/html_node/Configuring-and-compiling.html
(list "--enable-stack-protector=all",
"--enable-cet",
"--enable-bind-now",
"--disable-werror",
building-on)))
Expand Down

0 comments on commit c1c18a8

Please sign in to comment.