Skip to content

Commit 9a17037

Browse files
default to 12 threads
1 parent a90aa76 commit 9a17037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_session/options.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
10301030
// a sequential compiler for now. This'll likely be adjusted
10311031
// in the future. Note that -Zthreads=0 is the way to get
10321032
// the num_cpus behavior.
1033-
threads: usize = (1, parse_threads, [UNTRACKED],
1033+
threads: usize = (12, parse_threads, [UNTRACKED],
10341034
"use a thread pool with N threads"),
10351035
time: bool = (false, parse_bool, [UNTRACKED],
10361036
"measure time of rustc processes (default: no)"),

0 commit comments

Comments
 (0)