Skip to content

Commit

Permalink
ci: Use rust-lld on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter committed Oct 13, 2024
1 parent d4a5408 commit 72ea1c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[target.x86_64-pc-windows-msvc]
linker = "rust-lld"

[target.aarch64-pc-windows-msvc]
linker = "rust-lld"
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ target/
**/*.rs.bk
generated/

# cargo-mobile
.cargo/
/gen

# macOS
.DS_Store

Expand Down

0 comments on commit 72ea1c8

Please sign in to comment.