We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e5d6b commit 05ef059Copy full SHA for 05ef059
configure.ac
@@ -958,7 +958,8 @@ if test "$use_hardening" != "no"; then
958
959
case $host in
960
*mingw*)
961
- 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.
962
+ dnl In any case, it is a no-op for Windows.
963
dnl See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90458 for more details.
964
;;
965
*)
0 commit comments