Skip to content

Commit

Permalink
Add panic = "abort" to oxidd-cli/Cargo.toml
Browse files Browse the repository at this point in the history
For `cargo install oxidd-cli`
  • Loading branch information
nhusung committed Jun 7, 2024
1 parent 00cb773 commit b1431e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/oxidd-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ apply-cache-direct-mapped = ["oxidd/apply-cache-direct-mapped"]

## Enable statistics (will harm performance)
statistics = ["oxidd/statistics"]


[profile.release]
panic = "abort"

0 comments on commit b1431e8

Please sign in to comment.