Skip to content

Commit 4cb5a25

Browse files
committed
Update config.example.toml
1 parent 13e5771 commit 4cb5a25

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

config.example.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -626,10 +626,12 @@ changelog-seen = 2
626626
#lld = false
627627

628628
# 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.
629+
# supported platforms.
630+
# 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.
631633
#
632-
# LLD will not be used if we're cross linking.
634+
# On MSVC, LLD will not be used if we're cross linking.
633635
#
634636
# Explicitly setting the linker for a target will override this option when targeting MSVC.
635637
#use-lld = false

0 commit comments

Comments
 (0)