Skip to content

Commit

Permalink
MINGW stack reserve
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyd2019 authored and naveen521kk committed Jun 17, 2021
1 parent 1c04ca9 commit 9f8f8e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3062,6 +3062,11 @@ then
VxWorks*)
LINKFORSHARED='--export-dynamic';;
esac
case $host in
*-*-mingw*)
# for https://bugs.python.org/issue40458 on MINGW
LINKFORSHARED="-Wl,--stack,2000000";;
esac
fi
AC_MSG_RESULT($LINKFORSHARED)

Expand Down

0 comments on commit 9f8f8e5

Please sign in to comment.