]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Fix runtime error in generate-keyword-tests
[rust.git] / config.toml.example
index 24293fc864c5f9a90db9cbf5d44fbb056ef01f32..f45db37c33b86103d1e35929600ebc5167c7e009 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"
+
+
 # =============================================================================
 # 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.