Use llvm's linker for x86 builds.

This commit is contained in:
Josh Matthews 2019-04-26 16:24:13 -04:00 committed by GitHub
parent 94c1551c8f
commit f723e150ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,3 +24,6 @@ ar = "aarch64-linux-gnu-ar"
[target.x86_64-pc-windows-msvc]
linker = "lld-link.exe"
[target.i686-pc-windows-msvc]
linker = "lld-link.exe"