Skip to content

Commit

Permalink
chore(cargo): release compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
  • Loading branch information
bdarcus committed Mar 17, 2024
1 parent e50703f commit 4fac61a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ needless_question_mark = "warn"
needless_return = "warn"
style = "allow"
unwrap_used = "warn"

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

0 comments on commit 4fac61a

Please sign in to comment.