mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-01 08:12:14 +00:00
Make panic abort to avoid FFI problems.
This commit is contained in:
parent
96654ee5bd
commit
cb8c9ebbce
@ -15,3 +15,7 @@ pairing = "0.14.1"
|
||||
[dependencies.sapling-crypto]
|
||||
git = "https://github.com/zcash-hackworks/sapling-crypto"
|
||||
rev = "e554b473dd10885d232f42237c13282f5b6fee43"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
panic = 'abort'
|
||||
|
Loading…
Reference in New Issue
Block a user