Skip to content

Commit

Permalink
Optimise release build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiemh committed Sep 12, 2024
1 parent a2103f7 commit ecb1822
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crud-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ version = "0.1.0"
license = "Apache-2.0"
readme = "README.md"

[profile.release]
lto = true
strip = true
opt-level = 3
panic = 'abort'
codegen-units = 1

[dependencies]
anyhow = "1.0.88"
clap = { version = "4.5.17", features = ["derive"] }
Expand Down

0 comments on commit ecb1822

Please sign in to comment.