]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Add an option to use LLD to link the compiler on Windows platforms
[rust.git] / config.toml.example
index c9e17337ee23f801857093ec1237bbb833ae17b3..c8aff4af8ffe3114b6604db92ae879e31013f4cd 100644 (file)
 # rustc to execute.
 #lld = false
 
+# Indicates whether LLD will be used to link Rust crates during bootstrap on
+# supported platforms. The LLD from the bootstrap distribution will be used
+# and not the LLD compiled during the bootstrap.
+#use-lld = false
+
 # Indicates whether some LLVM tools, like llvm-objdump, will be made available in the
 # sysroot.
 #llvm-tools = false