diff --git a/src/librustc_session/options.rs b/src/librustc_session/options.rs index 80164840334a2..4cb0b83aa9803 100644 --- a/src/librustc_session/options.rs +++ b/src/librustc_session/options.rs @@ -1030,7 +1030,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options, // a sequential compiler for now. This'll likely be adjusted // in the future. Note that -Zthreads=0 is the way to get // the num_cpus behavior. - threads: usize = (1, parse_threads, [UNTRACKED], + threads: usize = (12, parse_threads, [UNTRACKED], "use a thread pool with N threads"), time: bool = (false, parse_bool, [UNTRACKED], "measure time of rustc processes (default: no)"),