Skip to content

Commit

Permalink
Abort on panic
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Nov 4, 2024
1 parent 07bf88b commit f657217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libcrux-nrf5340/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ debug-assertions = true # <-
incremental = false
opt-level = 'z' # <-
overflow-checks = true # <-

panic = "abort"

# cargo test
[profile.test]
codegen-units = 1
Expand Down

0 comments on commit f657217

Please sign in to comment.