Skip to content

Commit cdfc9d1

Browse files
committed
Specify panic = abort in profiles for lightning-c-bindings
1 parent c08e91a commit cdfc9d1

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,9 +10,13 @@ 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"
1620

1721
[patch.crates-io]
1822
bitcoin = { git = "https://github.com/TheBlueMatt/rust-bitcoin" }

0 commit comments

Comments
 (0)