Skip to content

Commit

Permalink
Unwind panics
Browse files Browse the repository at this point in the history
  • Loading branch information
junderw committed Oct 13, 2023
1 parent 5b0331a commit 26290a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tempfile = "3.0"

[profile.release]
lto = true
panic = 'abort'
panic = 'unwind' # This is default, but required, so explicitly writing it
codegen-units = 1

[patch.crates-io.electrum-client]
Expand Down

0 comments on commit 26290a8

Please sign in to comment.