wutstdc++: Decrease the stack size for gthread threads from 4MiB to 128KiB.

This commit is contained in:
Maschell 2022-09-03 14:12:28 +02:00 committed by fincs
parent 0ecfaa3966
commit aa2e76795f

View File

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