Commit 857c42b
committed
Set default stack size on Windows
When compiling with MSVC (that includes ClangCL) it defaults to 1MB,
which means our default of 1MB in the interpreter is too large to detect
actual overflow.
When compiling with MinGW GCC/Clang it defaults to 2MB.
Set it to 8MB like Linux for some consistency.1 parent 55c06f1 commit 857c42b
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
73 | 85 | | |
74 | 86 | | |
75 | 87 | | |
| |||
0 commit comments