Make panic abort to avoid FFI problems.

This commit is contained in:
Sean Bowe 2018-04-12 15:35:20 -06:00
parent 96654ee5bd
commit cb8c9ebbce

View File

@ -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'