mirror of
https://github.com/feather-wallet/feather.git
synced 2025-04-24 05:08:12 +00:00
guix: explicitely enable CET
This commit is contained in:
parent
d6a87ea85a
commit
3c7d768f08
1 changed files with 4 additions and 0 deletions
|
@ -180,6 +180,9 @@ chain for " target " development."))
|
|||
(list "--enable-initfini-array=yes",
|
||||
"--enable-default-ssp=yes",
|
||||
"--enable-default-pie=yes",
|
||||
"--enable-standard-branch-protection=yes",
|
||||
"--enable-cet=yes",
|
||||
"--disable-gcov",
|
||||
building-on)))
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
|
@ -215,6 +218,7 @@ chain for " target " development."))
|
|||
`(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)))
|
||||
|
|
Loading…
Reference in a new issue