summarylogtreecommitdiffstats
path: root/mingw-config.toml
diff options
context:
space:
mode:
authorpingplug2020-05-10 12:18:34 +0800
committerpingplug2020-05-10 12:18:34 +0800
commit3a08030caf0f1d1ae6a4c5e50c13b5d61182d6b0 (patch)
tree4b74b693a39994b5c786180bfe0defd26d0d531f /mingw-config.toml
parenteb47cfd6a3b5b549519fb522c0012d6c47f781a4 (diff)
downloadaur-3a08030caf0f1d1ae6a4c5e50c13b5d61182d6b0.tar.gz
Updated to 1.43.1
Diffstat (limited to 'mingw-config.toml')
-rw-r--r--mingw-config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/mingw-config.toml b/mingw-config.toml
index 68a05b3445a6..4b4085328059 100644
--- a/mingw-config.toml
+++ b/mingw-config.toml
@@ -534,6 +534,7 @@ ranlib = "i686-w64-mingw32-ranlib"
# 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 = "i686-w64-mingw32-cc"
# Path to the `llvm-config` binary of the installation of a custom LLVM to link
@@ -591,6 +592,7 @@ ranlib = "x86_64-w64-mingw32-ranlib"
# 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 = "x86_64-w64-mingw32-cc"
# Path to the `llvm-config` binary of the installation of a custom LLVM to link