You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments