mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
guix: Enable CET for glibc
package
This commit is contained in:
parent
a38603456e
commit
4d3da08d1b
1 changed files with 1 additions and 0 deletions
|
@ -469,6 +469,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)))
|
||||
|
|
Loading…
Reference in a new issue