Skip to content

Commit

Permalink
Use lld on winsows
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Aug 19, 2020
1 parent f5b7540 commit 97d380c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 97d380c

Please sign in to comment.