multithreaded no stack checking

This commit is contained in:
2025-03-22 18:09:00 -05:00
parent 38a84c0de4
commit 51f708e5d4

View File

@@ -73,10 +73,11 @@
#define CONFIG_ATOMICS
#endif
#if !defined(EMSCRIPTEN)
/* Commented out to disable all stack checking, to enable multithreaded applications */
//#if !defined(EMSCRIPTEN)
/* enable stack limitation */
#define CONFIG_STACK_CHECK
#endif
//#define CONFIG_STACK_CHECK
//#endif
static FILE *dumpout = NULL;
static FILE *cycleout = NULL;