mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-18 13:27:33 +01:00
doc: update stack-clash-protection comment re mingw-w64
We no-longer support GCC 10.
This commit is contained in:
parent
bf47448f15
commit
ee1128ead8
@ -479,8 +479,7 @@ if(ENABLE_HARDENING)
|
||||
try_append_cxx_flags("-fcf-protection=full" TARGET hardening_interface)
|
||||
|
||||
if(MINGW)
|
||||
# stack-clash-protection doesn't compile with GCC 10 and earlier.
|
||||
# In any case, it is a no-op for Windows.
|
||||
# stack-clash-protection is a no-op for Windows.
|
||||
# See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90458 for more details.
|
||||
else()
|
||||
try_append_cxx_flags("-fstack-clash-protection" TARGET hardening_interface)
|
||||
|
Loading…
Reference in New Issue
Block a user