]> 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 de7036db29f4afa5883a39e467731f8da575b764..9dd3002506e41cbe333d4cc8051dcf9d62071eb7 100644 (file)
 # essentially skipping stage0 as the local compiler is recompiling itself again.
 #local-rebuild = false
 
+# Print out how long each rustbuild step took (mostly intended for CI and
+# tracking over time)
+#print-step-timings = false
+
 # =============================================================================
 # General install configuration options
 # =============================================================================
 # 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.