Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
Use rust-lld to link static binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
shadaj committed Dec 29, 2023
1 parent 07f3003 commit daa4ae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.x86_64-unknown-linux-musl]
linker = "rust-lld"

0 comments on commit daa4ae2

Please sign in to comment.