mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 275b3e47cc into merged_master (Bitcoin PR bitcoin/bitcoin#28084)
This commit is contained in:
commit
11b9f37f74
1 changed files with 2 additions and 1 deletions
|
|
@ -970,7 +970,8 @@ if test "$use_hardening" != "no"; then
|
|||
|
||||
case $host in
|
||||
*mingw*)
|
||||
dnl stack-clash-protection doesn't currently work, and likely should just be skipped for Windows.
|
||||
dnl stack-clash-protection doesn't compile with GCC 10 and earlier.
|
||||
dnl In any case, it is a no-op for Windows.
|
||||
dnl See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90458 for more details.
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue