10 lines
140 B
TOML
10 lines
140 B
TOML
[profile.small]
|
|
inherits = "release"
|
|
opt-level = "z"
|
|
codegen-units = 1
|
|
lto = true
|
|
|
|
[profile.extra-small]
|
|
inherits = "small"
|
|
panic = "abort"
|