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 <[email protected]>
  • Loading branch information
bdarcus committed Mar 17, 2024
1 parent 63f7b9a commit 074deaf
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 074deaf

Please sign in to comment.