Skip to content

Commit

Permalink
feat: Statically link C runtime on -musl targets
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Apr 8, 2024
1 parent 7b133c8 commit 5aa776c
Showing 1 changed file with 5 additions and 0 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-unknown-linux-musl]
rustflags = "-Ctarget-feature=-crt-static"

[target.aarch64-unknown-linux-musl]
rustflags = "-Ctarget-feature=-crt-static"

0 comments on commit 5aa776c

Please sign in to comment.