[build]
target = "x86_64-unknown-linux-musl"

[target.x86_64-unknown-linux-musl]
rustflags = [
    "-C", "relocation-model=pic",
    "-C", "link-args=-Wl,--sort-section=alignment,-Tlayout.ld -nostartfiles",
    "-C", "link-self-contained=no",
    "-C", "force-frame-pointers=yes",
]
