]> git.lizzy.rs Git - rust.git/commitdiff
More comments
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Sun, 9 Feb 2020 13:35:50 +0000 (14:35 +0100)
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Sun, 9 Feb 2020 13:35:50 +0000 (14:35 +0100)
config.toml.example

index 632b09b92bd7cfd8328849730ee8379bb1fe4638..c37cd4a9857277c3cbdeeaf1e88e54b7e0357bfb 100644 (file)
 # 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
 # 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