X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=9dd3002506e41cbe333d4cc8051dcf9d62071eb7;hb=2b49944006e831b6fa9078929afd5fc717c67a48;hp=de7036db29f4afa5883a39e467731f8da575b764;hpb=5f7d7c886c04408fa7f155bd308181dac4afe288;p=rust.git diff --git a/config.toml.example b/config.toml.example index de7036db29f..9dd3002506e 100644 --- a/config.toml.example +++ b/config.toml.example @@ -186,6 +186,10 @@ # 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 # ============================================================================= @@ -267,6 +271,9 @@ # 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.