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
Remove --no-gc-sections from -sLINKABLE builds. (#17056)
Any symbols that have default visibility should be kept around because
we already pass `--export-dynamic`. Passing `--no-gc-sections` causes
a lot more stuff that we don't even export to be kept around at link
time.
This change also makes `__set_stack_limits` options in shared libraries
which it technically always has been. Binaryen doesn't generate this
function at all if it can't find a stack pointer at all in the side
module.
See: #16926
0 commit comments