Skip to content

Commit

Permalink
More comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Feb 9, 2020
1 parent e763ddc commit d304cd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.toml.example
Expand Up @@ -400,6 +400,8 @@
# and not the LLD compiled during the bootstrap.
#
# LLD will not be used if we're cross linking or running tests.
#
# Explicitly setting the linker for a target will override this option.
#use-lld = false

# Indicates whether some LLVM tools, like llvm-objdump, will be made available in the
Expand Down Expand Up @@ -470,6 +472,7 @@
# Linker to be used to link Rust code. Note that the
# default value is platform specific, and if not specified it may also depend on
# what platform is crossing to what platform.
# Setting this will override the `use-lld` option for Rust code.
#linker = "cc"

# Path to the `llvm-config` binary of the installation of a custom LLVM to link
Expand Down

0 comments on commit d304cd0

Please sign in to comment.