mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-15 08:13:20 -06:00
9 lines
147 B
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" |