Quick flag to force-disable threads

This commit is contained in:
K. Lange 2021-04-02 20:10:08 +09:00
parent 03ff93beb7
commit 10ea9030bb

View File

@ -26,11 +26,15 @@ typedef int krk_integer_type;
# define ENABLE_THREADING
#endif
#ifdef STRICTLY_NO_THREADS
# undef ENABLE_THREADING
#endif
#ifdef DEBUG
#define ENABLE_DISASSEMBLY
#define ENABLE_TRACING
#define ENABLE_SCAN_TRACING
#define ENABLE_STRESS_GC
# define ENABLE_DISASSEMBLY
# define ENABLE_TRACING
# define ENABLE_SCAN_TRACING
# define ENABLE_STRESS_GC
#endif
#ifndef _WIN32