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
The `--strip-unneeded` removes all symbols needed for library
compilation as part of a `.a` static library.
([source](https://www.technovelty.org/linux/stripping-shared-libraries.html))
So these are safe to remove and they should keep our binary
debuggable. These should save us ~100Mb unzipped.
References #658
There is a way to significantly shrink our binaries if we remove stray targets and strip extra symbols.
The text was updated successfully, but these errors were encountered: