Files
blog/.cargo/config.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"