Skip to content

Commit 746adec

Browse files
authored
Update config.toml
1 parent 5c27d9f commit 746adec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
rustflags = ["-C", "target-feature=+crt-static"]
33

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

88
[target.x86_64-apple-darwin]

0 commit comments

Comments
 (0)