Skip to content

Commit 5086574

Browse files
committedDec 10, 2023
Update config.example.toml
1 parent 40c3d35 commit 5086574

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
@@ -648,10 +648,12 @@ change-id = 117813
648648
#lld = false
649649

650650
# Indicates whether LLD will be used to link Rust crates during bootstrap on
651-
# supported platforms. The LLD from the bootstrap distribution will be used
652-
# and not the LLD compiled during the bootstrap.
651+
# supported platforms.
652+
# If set to `true` or `"external"`, a global `lld` binary that has to be in $PATH
653+
# will be used.
654+
# If set to `"self-contained"`, rust-lld from the snapshot compiler will be used.
653655
#
654-
# LLD will not be used if we're cross linking.
656+
# On MSVC, LLD will not be used if we're cross linking.
655657
#
656658
# Explicitly setting the linker for a target will override this option when targeting MSVC.
657659
#use-lld = false

0 commit comments

Comments
 (0)
Please sign in to comment.