Improvements

This commit is contained in:
Chaoscaot
2023-03-06 19:01:03 +01:00
parent 0df001602e
commit ca249c8900
5 changed files with 47 additions and 43 deletions

View File

@ -13,4 +13,11 @@ inherits = "release"
lto = true
[profile.release]
lto = true
lto = true
[profile.small]
inherits = "release"
lto = true
strip = true
opt-level = "z"
codegen-units = 1