Browse Source

use newer sdl2, make bigger stack

lizzie 5 months ago
parent
commit
75fd4bcb43
  1. 2
      src/common/fiber.cpp

2
src/common/fiber.cpp

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

Loading…
Cancel
Save