Unverified Commit cd315d88 authored by Green Baneling's avatar Green Baneling Committed by GitHub
Browse files

Use `-Clinker-plugin-lto` flag during Wasm build (#358)

* `-Clinker-plugin-lto` reduced the size of my contract
From:
Original wasm size: 68.6K, Optimized: 31.9K

To:
Original wasm size: 67.2K, Optimized: 31.0K

* Compiler will use `-Clinker-plugin-lto` if `lto` is enabled
parent de0fba8c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment