Quick flag to force-disable threads
This commit is contained in:
parent
03ff93beb7
commit
10ea9030bb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user