Skip to content

Commit

Permalink
Update config.example.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Dec 10, 2023
1 parent 40c3d35 commit 5086574
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5086574

Please sign in to comment.