]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Add MOVBE feature
[rust.git] / config.toml.example
index 24293fc864c5f9a90db9cbf5d44fbb056ef01f32..69a38ec8773815f44c39ca3dd27b8ace1f3bf2e0 100644 (file)
 # Whether to always use incremental compilation when building rustc
 #incremental = false
 
-# Build rustc with experimental parallelization
-#experimental-parallel-queries = false
+# Build a multi-threaded rustc
+#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.