mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-21 18:15:56 -05:00
wutstdc++: Decrease the stack size for gthread threads from 4MiB to 128KiB.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <coreinit/mutex.h>
|
||||
|
||||
#define __WUT_MAX_KEYS (128)
|
||||
#define __WUT_STACK_SIZE (4096*1024)
|
||||
#define __WUT_STACK_SIZE (128*1024)
|
||||
|
||||
#define __WUT_ONCE_VALUE_INIT (0)
|
||||
#define __WUT_ONCE_VALUE_STARTED (1)
|
||||
|
||||
Reference in New Issue
Block a user