aboutsummaryrefslogtreecommitdiff
path: root/src/build_settings.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-01-11 17:27:06 +0000
committergingerBill <bill@gingerbill.org>2023-01-11 17:27:06 +0000
commit6ec014e98066beeff6b95cac95bfda6c459a01a1 (patch)
tree47a810ec0e006cfb721e64e05af03f9b2633005b /src/build_settings.cpp
parent9b47a5eddba71989c37935eaafbec4bc1cd125c1 (diff)
Make `-threaded-checker` the default not (opt out with `-no-threaded-checker`)
Diffstat (limited to 'src/build_settings.cpp')
-rw-r--r--src/build_settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp
index 76a73b0e8..609a010de 100644
--- a/src/build_settings.cpp
+++ b/src/build_settings.cpp
@@ -298,7 +298,7 @@ struct BuildContext {
bool linker_map_file;
bool use_separate_modules;
- bool threaded_checker;
+ bool no_threaded_checker;
bool show_debug_messages;