X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=9dd3002506e41cbe333d4cc8051dcf9d62071eb7;hb=2b49944006e831b6fa9078929afd5fc717c67a48;hp=c9a7b57438ae944f8a5dc29b26e7fe30d3f32071;hpb=db2dde9a41aeba6ab0886ebc09c2918b95dd9ddb;p=rust.git diff --git a/config.toml.example b/config.toml.example index c9a7b57438a..9dd3002506e 100644 --- a/config.toml.example +++ b/config.toml.example @@ -271,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.