Files
spotify-quickauth/.cargo/config.toml

8 lines
131 B
TOML

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