i lost track

This commit is contained in:
2024-12-29 12:00:44 -05:00
parent 1acfbf3b2e
commit 92667e5cef
4 changed files with 219 additions and 52 deletions

View File

@ -5,10 +5,10 @@ edition = "2021"
[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
liblambdashell = { path = "liblambdashell" }
liblambdashell = { path = "../liblambdashell" }
[profile.release]
# strip = true
# opt-level = 3
# lto = true
# codegen-units = 1
strip = true
opt-level = "s"
lto = true
codegen-units = 1