use newer sdl2, make bigger stack

This commit is contained in:
lizzie 2026-01-28 19:03:55 +00:00
parent a9235d3247
commit 622fc2cb8f
2 changed files with 7 additions and 4 deletions

View file

@ -16,7 +16,7 @@
namespace Common {
#ifdef __OPENORBIS__
constexpr size_t DEFAULT_STACK_SIZE = 128 * 4096;
constexpr size_t DEFAULT_STACK_SIZE = 256 * 4096;
#else
constexpr size_t DEFAULT_STACK_SIZE = 512 * 4096;
#endif