diff options
| author | gingerBill <bill@gingerbill.org> | 2022-01-11 10:56:07 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-01-11 10:56:07 +0000 |
| commit | 847b05013f71c69a4123fe5a4606c88039b716a3 (patch) | |
| tree | 4d0df625a3d1f60bf4ebe89782261aa70434751d /src/build_settings.cpp | |
| parent | 32ec1162bf467359ed47ba0bd4e74ec0c7fbd167 (diff) | |
Disable `DEFAULT_TO_THREADED_CHECKER` until race condition is found
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index b8d50898d..ccae0fcf0 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -5,7 +5,7 @@ // #if defined(GB_SYSTEM_WINDOWS) -#define DEFAULT_TO_THREADED_CHECKER +// #define DEFAULT_TO_THREADED_CHECKER // #endif enum TargetOsKind { |