Increase stack size for Windows builds to 100 MB (#3943)
authorAndres Noetzli <andres.noetzli@gmail.com>
Mon, 9 Mar 2020 20:15:34 +0000 (13:15 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2020 20:15:34 +0000 (15:15 -0500)
commit3740873b8b1ac7e1f2c203b26de6dd1a0ef73f43
tree04561b1bc01f544c4376000198c6a422606a69af
parente337310b9f5df6b7ecd0f2e351b9c0e4265e8e69
Increase stack size for Windows builds to 100 MB (#3943)

Fixes #3528. The default stack size for Windows builds is very limited
(it seems to be 1 MB). This leads to problems for some of our users'
benchmarks (see the previously mentioned issue and another email that
we've received recently). Bumping the stack size to 100 MB seems to
solve the issues for the benchmarks that we have received. This of
course does not mean that we shouldn't continue working towards making
less of our code recursive.
CMakeLists.txt