mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-24 18:23:26 -03: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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue