Specify panic = abort in profiles for lightning-c-bindings

This commit is contained in:
Matt Corallo 2020-09-01 16:11:39 -04:00
parent 9e03087d6a
commit 3c12b0d0af

View file

@ -10,6 +10,10 @@ members = [
[profile.test]
opt-level = 1
[profile.dev]
panic = "abort"
[profile.release]
opt-level = 3
lto = true
panic = "abort"