We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a87ea commit 3c7d768Copy full SHA for 3c7d768
1 file changed
contrib/guix/manifest.scm
@@ -180,6 +180,9 @@ chain for " target " development."))
180
(list "--enable-initfini-array=yes",
181
"--enable-default-ssp=yes",
182
"--enable-default-pie=yes",
183
+ "--enable-standard-branch-protection=yes",
184
+ "--enable-cet=yes",
185
+ "--disable-gcov",
186
building-on)))
187
((#:phases phases)
188
`(modify-phases ,phases
@@ -215,6 +218,7 @@ chain for " target " development."))
215
218
`(append ,flags
216
219
;; https://www.gnu.org/software/libc/manual/html_node/Configuring-and-compiling.html
217
220
(list "--enable-stack-protector=all",
221
+ "--enable-cet",
222
"--enable-bind-now",
223
"--disable-werror",
224
0 commit comments