Skip to content

Commit 2bfd088

Browse files
committed
changed linker for linux builds
1 parent dd0ad4c commit 2bfd088

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
[target.x86_64-unknown-linux-gnu]
2+
linker = "rust-lld"
3+
14
[target.x86_64-unknown-linux-musl]
25
linker = "rust-lld"

0 commit comments

Comments
 (0)