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

View File

@ -184,6 +184,8 @@ CC_WARN = [ '-Wall' ]
LLIBS = [ '-ldxguid', '-lgdi32', '-lmsvcrt', '-lwinmm', '-lmingw32', '-lm', '-lws2_32', '-lz', '-lstdc++', '-luuid', '-lole32'] #'-lutil', '-lc', '-lm', '-ldl', '-lpthread' ]
PLATFORM_LINKFLAGS = ['--stack,2097152']
BF_DEBUG = False
BF_DEBUG_CCFLAGS = ['-g', '-D_DEBUG']

View File

@ -175,6 +175,8 @@ CC_WARN = [ '-Wall' ]
LLIBS = ['-lshell32', '-lshfolder', '-lgdi32', '-lmsvcrt', '-lwinmm', '-lmingw32', '-lm', '-lws2_32', '-lz', '-lstdc++','-lole32','-luuid']
PLATFORM_LINKFLAGS = ['--stack,2097152']
BF_DEBUG = False
BF_DEBUG_CCFLAGS= ['-g', '-D_DEBUG']