Optimise for speed instead of size

The WASM binary doubles in size to 2MB after this change. This is still
dwarfed by the size of the spend parameters (46MB), and transaction
creation time decreases by 20% in exchange.
This commit is contained in:
Jack Grigg 2019-06-20 18:45:29 +02:00
parent d688445bb1
commit 665ff5ad26
No known key found for this signature in database
GPG Key ID: 9E8255172BBF9898

View File

@ -68,4 +68,4 @@ wasm-bindgen-test = "0.2"
[profile.release]
# Tell `rustc` to optimize for small code size.
opt-level = "s"
# opt-level = "s"