]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Whitelist containers that allow older toolchains
[rust.git] / config.toml.example
index 24293fc864c5f9a90db9cbf5d44fbb056ef01f32..8f6bf03489f06eb7ee36bee4b2445d3bde04f202 100644 (file)
 # 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"
+
+# Whether or not to specify `-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=YES`
+#allow-old-toolchain = false
+
 # =============================================================================
 # General build configuration options
 # =============================================================================
 # 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.