Update config.example.toml

This commit is contained in:
Jakub Beránek 2023-12-02 23:51:22 +01:00
parent 40c3d351ad
commit 50865745e1
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -648,10 +648,12 @@ change-id = 117813
#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.
# supported platforms.
# If set to `true` or `"external"`, a global `lld` binary that has to be in $PATH
# will be used.
# If set to `"self-contained"`, rust-lld from the snapshot compiler will be used.
#
# LLD will not be used if we're cross linking.
# On MSVC, LLD will not be used if we're cross linking.
#
# Explicitly setting the linker for a target will override this option when targeting MSVC.
#use-lld = false