Skip to content

Commit

Permalink
perf: Improve release performance
Browse files Browse the repository at this point in the history
Fixes #910
  • Loading branch information
epage committed Sep 17, 2024
1 parent 6ca1aaa commit f7ad38c
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 @@ -97,6 +97,11 @@ cargo-test-macro = "0.3"
cargo-test-support = "0.3"
url = "2.4.0"

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

[features]
default = [
"add",
Expand Down

0 comments on commit f7ad38c

Please sign in to comment.