]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Auto merge of #49527 - petrhosek:fast-submodules, r=alexcrichton
[rust.git] / config.toml.example
index c9a7b57438ae944f8a5dc29b26e7fe30d3f32071..9dd3002506e41cbe333d4cc8051dcf9d62071eb7 100644 (file)
 # Whether or not `panic!`s generate backtraces (RUST_BACKTRACE)
 #backtrace = true
 
+# Build rustc with experimental parallelization
+#experimental-parallel-queries = 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.
 # Note that this is not the linker used to link said compiler.