mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Specify panic = abort in profiles for lightning-c-bindings
This commit is contained in:
parent
9e03087d6a
commit
3c12b0d0af
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ members = [
|
|||
[profile.test]
|
||||
opt-level = 1
|
||||
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
lto = true
|
||||
panic = "abort"
|
||||
|
|
Loading…
Add table
Reference in a new issue