X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=f45db37c33b86103d1e35929600ebc5167c7e009;hb=14001e8a7b3e7772ac589d69d8badeb4330226f6;hp=24293fc864c5f9a90db9cbf5d44fbb056ef01f32;hpb=7164a9f151a56316a382d8bc2b15ccf373e129ca;p=rust.git diff --git a/config.toml.example b/config.toml.example index 24293fc864c..f45db37c33b 100644 --- a/config.toml.example +++ b/config.toml.example @@ -101,6 +101,10 @@ # that your host compiler ships with libc++. #use-libcxx = true +# The value specified here will be passed as `-DLLVM_USE_LINKER` to CMake. +#use-linker = "lld" + + # ============================================================================= # General build configuration options # ============================================================================= @@ -317,8 +321,8 @@ # 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.