Resize stack to 8MB to match Linux (#1213)
This commit is contained in:
parent
6bdc7aa877
commit
26e4274935
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ endif ()
|
|||
if (APPLE)
|
||||
set (PLATFORM_LINK_FLAGS "-framework Foundation -framework OpenCL")
|
||||
elseif (WIN32)
|
||||
set (PLATFORM_LINK_FLAGS "")
|
||||
set (PLATFORM_LINK_FLAGS "/STACK:8000000") #provides 8MB default stack size for linux on windows
|
||||
else ()
|
||||
set (PLATFORM_LINK_FLAGS "-static-libgcc -static-libstdc++")
|
||||
if (RAIBLOCKS_ASAN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue