Skip to content

Commit 3c12b0d

Browse files
committed
Specify panic = abort in profiles for lightning-c-bindings
1 parent 9e03087 commit 3c12b0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

+4
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)