diff options
author | Aleksey Kladov <[email protected]> | 2020-08-19 19:06:04 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-08-19 19:17:49 +0100 |
commit | 97d380c0d5bbde229ecf1ad9d74b36d6076daf05 (patch) | |
tree | ee5141db994d9d5c6e4ab950d8bd51b1b8826938 /.cargo/config | |
parent | f5b7540f388e815b3c4c2fb28b8233c724e0a838 (diff) |
Use lld on winsows
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 3 |
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 --" | |||
3 | install-ra = "run --package xtask --bin xtask -- install" # for backwards compat | 3 | install-ra = "run --package xtask --bin xtask -- install" # for backwards compat |
4 | tq = "test -- -q" | 4 | tq = "test -- -q" |
5 | qt = "tq" | 5 | qt = "tq" |
6 | |||
7 | [target.x86_64-pc-windows-msvc] | ||
8 | linker = "rust-lld" | ||