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
Locally, this shrinks a stripped helloworld by 8k (~2%),
which isn't huge but it's something.
I also tried `opt-level=z` but it produces the same result.
`opt-level=s` is preferrable in that case since it inhibits fewer
optimizations.
0 commit comments