mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-10 05:57:42 +00:00
ci: Use rust-lld on Windows
This commit is contained in:
5
.cargo/config.toml
Normal file
5
.cargo/config.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[target.x86_64-pc-windows-msvc]
|
||||
linker = "rust-lld"
|
||||
|
||||
[target.aarch64-pc-windows-msvc]
|
||||
linker = "rust-lld"
|
||||
Reference in New Issue
Block a user