Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tempusernamedduck authored Feb 26, 2024
1 parent eab7611 commit 7835328
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ build = "build.rs"

[profile.dev]
opt-level = 0
overflow-checks = false

[profile.release]
codegen-units = 1
lto = true
lto = "fat"
overflow-checks = true
opt-level = "s" # "z" for other size optimization
panic = "abort"
strip = true
strip = "symbols"

[dependencies]
clap = "4.5.1" #3.2.25 old version
Expand Down

0 comments on commit 7835328

Please sign in to comment.