Make -threaded-checker the default not (opt out with -no-threaded-checker)

This commit is contained in:
gingerBill
2023-01-11 17:27:06 +00:00
parent 9b47a5eddb
commit 6ec014e980
3 changed files with 3 additions and 17 deletions

View File

@@ -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;