about summary refs log tree commit diff
path: root/config.toml.example
diff options
context:
space:
mode:
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2019-01-28 15:51:47 +0100
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2019-01-28 16:24:33 +0100
commit975eb312eff3f8e3453e1836995e485b5086515d (patch)
tree272a14388e2dec298e39953a033f2a9b3101198f /config.toml.example
parenta21bd756889942cfed06dfd4ccd08838fc27ffdf (diff)
downloadrust-975eb312eff3f8e3453e1836995e485b5086515d.tar.gz
rust-975eb312eff3f8e3453e1836995e485b5086515d.zip
Use multiple threads by default. Limits tests to one thread. Do some renaming.
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index 24293fc864c..183d61a43e3 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -318,7 +318,7 @@
 #incremental = false
 
 # Build rustc with experimental parallelization
-#experimental-parallel-queries = false
+#parallel-compiler = false
 
 # The default linker that will be hard-coded into the generated compiler for
 # targets that don't specify linker explicitly in their target specifications.