opt-level = "z", default config correction, and types

This commit is contained in:
2024-12-31 17:54:43 -05:00
parent 3e0830c082
commit 73b46b2a99
3 changed files with 20 additions and 18 deletions

View File

@ -9,6 +9,6 @@ liblambdashell = { path = "../liblambdashell" }
[profile.release]
strip = true
opt-level = "s"
opt-level = "z"
lto = true
codegen-units = 1