Skip to content

Commit

Permalink
Set panic=abort in release mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
gendx committed Sep 13, 2024
1 parent 6855895 commit e81ba36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ log_parallelism = []

[package.metadata.docs.rs]
rustdoc-args = ["--document-private-items"]

[profile.release]
panic = "abort"

0 comments on commit e81ba36

Please sign in to comment.