]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Remove weasel word in docs for iter's take_while()
[rust.git] / config.toml.example
index 183d61a43e342476b19025bdffb05fc2c8a1bbcd..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
+# Build a multi-threaded rustc
 #parallel-compiler = false
 
 # The default linker that will be hard-coded into the generated compiler for