Skip to content

Commit ee1128e

Browse files
committed
doc: update stack-clash-protection comment re mingw-w64
We no-longer support GCC 10.
1 parent bf47448 commit ee1128e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,7 @@ if(ENABLE_HARDENING)
479479
try_append_cxx_flags("-fcf-protection=full" TARGET hardening_interface)
480480

481481
if(MINGW)
482-
# stack-clash-protection doesn't compile with GCC 10 and earlier.
483-
# In any case, it is a no-op for Windows.
482+
# stack-clash-protection is a no-op for Windows.
484483
# See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90458 for more details.
485484
else()
486485
try_append_cxx_flags("-fstack-clash-protection" TARGET hardening_interface)

0 commit comments

Comments
 (0)