Skip to content

Commit fdb64a4

Browse files
committed
Add rust-lld workaround
1 parent 3d58195 commit fdb64a4

File tree

2 files changed

+55
-49
lines changed

2 files changed

+55
-49
lines changed

.cargo/config.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
[net]
2-
git-fetch-with-cli = true
2+
git-fetch-with-cli = true
3+
4+
[target.x86_64-unknown-linux-gnu]
5+
rustflags = ["-Zlinker-features=-lld"]
6+
7+
[target.aarch64-unknown-linux-gnu]
8+
rustflags = ["-Zlinker-features=-lld"]

Cargo.lock

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)