Files
spotify-quickauth/.cargo/config.toml

9 lines
147 B
TOML

[target.x86_64-unknown-linux-musl]
runner = "musl-gcc"
[profile.release]
opt-level = "z"
strip = true
lto = true
codegen-units = 1
panic = "abort"