aboutsummaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-08-19 21:01:59 +0100
committerGitHub <[email protected]>2020-08-19 21:01:59 +0100
commit5dafd39ad4396c7feb10720e33924d39e8ef2e66 (patch)
treea56a8f86a1cc67c86c4864dcd961cc682e10a8f7 /.cargo
parent9051d6bc366804fde7c69074950363fc2956a2e1 (diff)
parent97d380c0d5bbde229ecf1ad9d74b36d6076daf05 (diff)
Merge #5813
5813: Try lld r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config
index 560ab3075..f6b0b66bf 100644
--- a/.cargo/config
+++ b/.cargo/config
@@ -3,3 +3,6 @@ xtask = "run --package xtask --bin xtask --"
3install-ra = "run --package xtask --bin xtask -- install" # for backwards compat 3install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
4tq = "test -- -q" 4tq = "test -- -q"
5qt = "tq" 5qt = "tq"
6
7[target.x86_64-pc-windows-msvc]
8linker = "rust-lld"