Skip to content

Commit 9be38b9

Browse files
committed
Specify panic = abort in profiles for lightning-c-bindings
1 parent 04885a6 commit 9be38b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ members = [
1010
[profile.test]
1111
opt-level = 1
1212

13+
[profile.dev]
14+
panic = "abort"
15+
1316
[profile.release]
1417
opt-level = 3
1518
lto = true
19+
panic = "abort"

0 commit comments

Comments
 (0)