Skip to content

Commit 72ea1c8

Browse files
committed
ci: Use rust-lld on Windows
1 parent d4a5408 commit 72ea1c8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[target.x86_64-pc-windows-msvc]
2+
linker = "rust-lld"
3+
4+
[target.aarch64-pc-windows-msvc]
5+
linker = "rust-lld"

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ target/
33
**/*.rs.bk
44
generated/
55

6-
# cargo-mobile
7-
.cargo/
8-
/gen
9-
106
# macOS
117
.DS_Store
128

0 commit comments

Comments
 (0)