Add release profile optimizations and turn off panic unwinding in librustzcash.

This commit is contained in:
Sean Bowe 2020-03-14 10:58:31 -06:00
parent 7767f8e9e0
commit bd84d4fdb8
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 5 additions and 0 deletions

View File

@ -31,3 +31,8 @@ rand_core = "0.5.1"
zcash_history = "0.2"
zcash_primitives = "0.2"
zcash_proofs = "0.2"
[profile.release]
lto = true
panic = 'abort'
codegen-units = 1