mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 02:11:24 +02:00
guix: default ssp for Windows GCC
This commit is contained in:
@ -461,6 +461,7 @@ inspecting signatures in Mach-O binaries.")
|
||||
`(append ,flags
|
||||
;; https://gcc.gnu.org/install/configure.html
|
||||
(list "--enable-threads=posix",
|
||||
"--enable-default-ssp=yes",
|
||||
building-on)))))))
|
||||
|
||||
(define-public linux-base-gcc
|
||||
|
Reference in New Issue
Block a user