Skip to content

Commit

Permalink
chore(cargo): setup the release profile
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Mar 1, 2024
1 parent a277c12 commit 7355414
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ text_image = []

[dev-dependencies]
criterion = "0.5.1"

[profile.release]
panic = "abort"
strip = "symbols"
lto = true
codegen-units = 1

0 comments on commit 7355414

Please sign in to comment.