Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
sokorototo committed Jan 12, 2025
1 parent 18d06aa commit 58b6fd8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ resolver = "2"

[profile.bench]
debug = true

[profile.bindings]
inherits = "release"
opt-level = 3
strip = true
lto = true
codegen-units = 1
panic = "abort"

0 comments on commit 58b6fd8

Please sign in to comment.