From 97d380c0d5bbde229ecf1ad9d74b36d6076daf05 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 19 Aug 2020 20:06:04 +0200 Subject: Use lld on winsows --- .cargo/config | 3 +++ 1 file changed, 3 insertions(+) (limited to '.cargo/config') 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 --" 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" -- cgit v1.2.3