We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422856d commit 328ade4Copy full SHA for 328ade4
.cargo/config
@@ -3,3 +3,6 @@ xtask = "run --package xtask --bin xtask --"
3
install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
4
tq = "test -- -q"
5
qt = "tq"
6
+
7
+[target.x86_64-pc-windows-msvc]
8
+linker = "lld"
0 commit comments