set 2mb stack for mingw too.

This commit is contained in:
Campbell Barton
2011-03-12 00:50:34 +00:00
parent 06a763f9d7
commit a001b3f072
3 changed files with 6 additions and 0 deletions

View File

@@ -741,6 +741,8 @@ elseif(WIN32)
set(PYTHON_LIBPATH ${PYTHON}/lib)
endif()
set(PLATFORM_LINKFLAGS "--stack,2097152")
endif()
# used in many places so include globally, like OpenGL