We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
config.example.toml
1 parent 13e5771 commit 4cb5a25Copy full SHA for 4cb5a25
config.example.toml
@@ -626,10 +626,12 @@ changelog-seen = 2
626
#lld = false
627
628
# Indicates whether LLD will be used to link Rust crates during bootstrap on
629
-# supported platforms. The LLD from the bootstrap distribution will be used
630
-# and not the LLD compiled during the bootstrap.
+# supported platforms.
+# If set to `true` or `"external"`, a global `lld` binary that has to be in $PATH
631
+# will be used.
632
+# If set to `"self-contained"`, rust-lld from the snapshot compiler will be used.
633
#
-# LLD will not be used if we're cross linking.
634
+# On MSVC, LLD will not be used if we're cross linking.
635
636
# Explicitly setting the linker for a target will override this option when targeting MSVC.
637
#use-lld = false
0 commit comments