Skip to content

Commit

Permalink
Specify panic = abort in profiles for lightning-c-bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Sep 8, 2020
1 parent f4ee2e6 commit e654d7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ members = [
[profile.test]
opt-level = 1

[profile.dev]
panic = "abort"

[profile.release]
opt-level = 3
lto = true
panic = "abort"

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

0 comments on commit e654d7e

Please sign in to comment.