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