You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lto=true is super interesting. It gives the most significant (50%-90%) decrease in size but the compiled code no longer works (47 tests failed). I want to dig into it more. I've checked the basic-walled contract code and besides very aggressive inlining where compiler/sdk/base-sys/src/bindings/native_account.rs was inlined with most of the glue code optimized away.
From #1065