Skip to content

Commit

Permalink
default to 12 threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Aug 29, 2020
1 parent a90aa76 commit 9a17037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_session/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)"),
Expand Down

0 comments on commit 9a17037

Please sign in to comment.