Skip to content

Commit

Permalink
build: creating static MUSL binary (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 authored Dec 11, 2024
1 parent 00d4023 commit 27997e0
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 @@ -7,7 +7,7 @@
#
# See: https://github.com/rust-lang/compiler-team/issues/422
# See: https://github.com/rust-lang/compiler-team/issues/422#issuecomment-812135847
[target.x86_64-unknown-linux-musl]
[target.x86_64-alpine-linux-musl]
rustflags = [
"-C", "target-feature=+crt-static",
"-C", "link-self-contained=yes",
Expand Down

0 comments on commit 27997e0

Please sign in to comment.