mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-12 11:19:08 -05:00
guix: default ssp for Windows GCC
This commit is contained in:
parent
95d55b96c2
commit
f95af98128
1 changed files with 1 additions and 0 deletions
|
@ -461,6 +461,7 @@ inspecting signatures in Mach-O binaries.")
|
||||||
`(append ,flags
|
`(append ,flags
|
||||||
;; https://gcc.gnu.org/install/configure.html
|
;; https://gcc.gnu.org/install/configure.html
|
||||||
(list "--enable-threads=posix",
|
(list "--enable-threads=posix",
|
||||||
|
"--enable-default-ssp=yes",
|
||||||
building-on)))))))
|
building-on)))))))
|
||||||
|
|
||||||
(define-public linux-base-gcc
|
(define-public linux-base-gcc
|
||||||
|
|
Loading…
Add table
Reference in a new issue