Skip to content

Commit

Permalink
feat(cargo): optimze our release profile
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Jul 12, 2024
1 parent cc126d5 commit 8f07f90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ criterion = "0.5.1"

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

0 comments on commit 8f07f90

Please sign in to comment.