Resize stack to 8MB to match Linux (#1213)

This commit is contained in:
Russel Waters 2018-09-21 11:32:41 -04:00 committed by Roy Keene
commit 26e4274935

View file

@ -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)