Skip to content

Commit

Permalink
Update config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Redrrx authored Jul 28, 2024
1 parent 5c27d9f commit 746adec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
rustflags = ["-C", "target-feature=+crt-static"]

[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static", "-C", "link-arg=-lgcc", "-C", "link-arg=-static-libgcc"]
rustflags = ["-C", "target-feature=-crt-static"]
linker = "musl-gcc"

[target.x86_64-apple-darwin]
Expand Down

0 comments on commit 746adec

Please sign in to comment.