mirror of https://github.com/encounter/objdiff.git
ci: Use rust-lld on Windows
This commit is contained in:
parent
d4a540857d
commit
72ea1c8911
|
@ -0,0 +1,5 @@
|
|||
[target.x86_64-pc-windows-msvc]
|
||||
linker = "rust-lld"
|
||||
|
||||
[target.aarch64-pc-windows-msvc]
|
||||
linker = "rust-lld"
|
|
@ -3,10 +3,6 @@ target/
|
|||
**/*.rs.bk
|
||||
generated/
|
||||
|
||||
# cargo-mobile
|
||||
.cargo/
|
||||
/gen
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
|
|
Loading…
Reference in New Issue