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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
All iOS SDK make targets currently invoke strip -Sx on the static and dynamic libraries. This step should be limited to make ipackage-strip and possibly make iframework SYMBOLS=NO. It doesn’t make sense for the -symbols builds, which exist for the purpose of debugging crashes, to lack debug symbols.
Per #3280 (comment), this stripping step is mostly redundant anyways. It yields only a modest size decrease with respect to the dynamic framework.
All iOS SDK make targets currently invoke
strip -Sx
on the static and dynamic libraries. This step should be limited tomake ipackage-strip
and possiblymake iframework SYMBOLS=NO
. It doesn’t make sense for the-symbols
builds, which exist for the purpose of debugging crashes, to lack debug symbols.Per #3280 (comment), this stripping step is mostly redundant anyways. It yields only a modest size decrease with respect to the dynamic framework.
/cc @boundsj @friedbunny
The text was updated successfully, but these errors were encountered: