mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-07 07:03:39 +00:00
ci: Use rust-lld on Windows
This commit is contained in:
parent
d4a540857d
commit
72ea1c8911
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"
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,10 +3,6 @@ target/
|
||||
**/*.rs.bk
|
||||
generated/
|
||||
|
||||
# cargo-mobile
|
||||
.cargo/
|
||||
/gen
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user