mirror of
https://codeberg.org/tyy/aspm
synced 2024-12-22 21:49:28 -07:00
10 lines
No EOL
142 B
TOML
10 lines
No EOL
142 B
TOML
[workspace]
|
|
members = ["crates/*"]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
strip = true
|
|
opt-level = "z"
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = "abort" |