mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 04:23:25 +00:00
Use lld on winsows
This commit is contained in:
parent
f5b7540f38
commit
97d380c0d5
1 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,6 @@ xtask = "run --package xtask --bin xtask --"
|
||||||
install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
|
install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
|
||||||
tq = "test -- -q"
|
tq = "test -- -q"
|
||||||
qt = "tq"
|
qt = "tq"
|
||||||
|
|
||||||
|
[target.x86_64-pc-windows-msvc]
|
||||||
|
linker = "rust-lld"
|
||||||
|
|
Loading…
Reference in a new issue