aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: a58be3931b639316d6b94f8d97ff47192ba19f01 (plain)
1
2
3
4
5
6
7
[workspace]
members = ["adenosine-cli"]

[profile.release]
lto = true
codegen-units = 1
opt-level = "z"