mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
guix: mirror some arguments from linux-gcc to mingw-w64-gcc
This commit is contained in:
@@ -167,11 +167,13 @@ chain for " target " development."))
|
||||
((#:configure-flags flags)
|
||||
#~(append #$flags
|
||||
;; https://gcc.gnu.org/install/configure.html
|
||||
(list "--enable-threads=posix"
|
||||
"--enable-default-ssp=yes"
|
||||
(list "--enable-default-ssp=yes"
|
||||
"--enable-gprofng=no"
|
||||
"--enable-host-bind-now=yes"
|
||||
"--enable-threads=posix"
|
||||
"--disable-gcov"
|
||||
"--disable-libgomp"
|
||||
"--disable-libsanitizer"
|
||||
"--disable-lto"
|
||||
"--disable-nls"
|
||||
#$building-on)))))))
|
||||
@@ -184,13 +186,13 @@ chain for " target " development."))
|
||||
((#:configure-flags flags)
|
||||
#~(append #$flags
|
||||
;; https://gcc.gnu.org/install/configure.html
|
||||
(list "--enable-initfini-array=yes"
|
||||
(list "--enable-cet=yes"
|
||||
"--enable-default-ssp=yes"
|
||||
"--enable-default-pie=yes"
|
||||
"--enable-host-bind-now=yes"
|
||||
"--enable-standard-branch-protection=yes"
|
||||
"--enable-cet=yes"
|
||||
"--enable-gprofng=no"
|
||||
"--enable-host-bind-now=yes"
|
||||
"--enable-initfini-array=yes"
|
||||
"--enable-standard-branch-protection=yes"
|
||||
"--disable-gcov"
|
||||
"--disable-libgomp"
|
||||
"--disable-libquadmath"
|
||||
|
||||
Reference in New Issue
Block a user