Skip to content

Commit 151672d

Browse files
authored
Use panic = "abort" in release profile (#86)
1 parent 4b41b5a commit 151672d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ debug = false
2828
incremental = false
2929
lto = true
3030
opt-level = 3
31+
panic = "abort"

0 commit comments

Comments
 (0)