We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf47448 commit ee1128eCopy full SHA for ee1128e
CMakeLists.txt
@@ -479,8 +479,7 @@ if(ENABLE_HARDENING)
479
try_append_cxx_flags("-fcf-protection=full" TARGET hardening_interface)
480
481
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.
+ # stack-clash-protection is a no-op for Windows.
484
# See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90458 for more details.
485
else()
486
try_append_cxx_flags("-fstack-clash-protection" TARGET hardening_interface)
0 commit comments