Skip to content

Commit

Permalink
Merge pull request #2720 from div72/upstream_275b3e47
Browse files Browse the repository at this point in the history
doc: update windows `-fstack-clash-protection` doc
  • Loading branch information
jamescowens authored Dec 12, 2023
2 parents 8477d94 + 5ab1035 commit f44a4a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,8 @@ if test "$use_hardening" != "no"; then

case $host in
*mingw*)
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.
dnl In any case, it is a no-op for Windows.
dnl See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90458 for more details.
;;
*)
Expand Down

0 comments on commit f44a4a5

Please sign in to comment.