mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00
Use lld on winsows
This commit is contained in:
parent
f5b7540f38
commit
97d380c0d5
@ -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…
x
Reference in New Issue
Block a user