Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ rustflags = [
rustflags = [
# Use the musl from the sysroot, not from the Rust distribution.
"-Clink-self-contained=n",
# Force musl to be statically linked in
"-Ctarget-feature=+crt-static",
# Use RELR relocation format, which is considerably smaller.
"-Clink-arg=-Wl,-z,pack-relative-relocs",
]
Expand Down
Loading