multithreaded no stack checking
All checks were successful
ci / Linux (Ubuntu) (push) Successful in 13s
ci / Windows (mingw) (push) Successful in 18s

This commit is contained in:
2025-03-22 18:09:00 -05:00
parent 21d7d78a55
commit 2780764629

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
/* dump object free */
/* dump the bytecode of the compiled functions: combination of bits