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

[target.x86_64-unknown-linux-musl]
rustflags = [
    "-C", "relocation-model=pic",
    "-C", "force-frame-pointers=yes",
]
