Use lld on winsows

This commit is contained in:
Aleksey Kladov 2020-08-19 20:06:04 +02:00
parent f5b7540f38
commit 97d380c0d5

View file

@ -3,3 +3,6 @@ xtask = "run --package xtask --bin xtask --"
install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
tq = "test -- -q"
qt = "tq"
[target.x86_64-pc-windows-msvc]
linker = "rust-lld"