-
Notifications
You must be signed in to change notification settings - Fork 122
Update build configurations and reduce binary size #134
Comments
Following on from #63: Currently the release frameworks are NOT building with
Looking at compiling with I would suggest that we update with Symbols should be included the dSYM; though the size is much smaller compared with These stats were built from the jrex/build-tests branch building with Notes:
|
Noting that we should consider a separate Github release artifact for the |
Note that Carthage (#143) expects the .dSYM to appear in the same .framework.zip archive as the executable. |
Ok, so multiple packages 😭 |
Have split out the update of I think it's still valid to consolidate configurations to just |
mapbox-gl-native
is simplifying the build configurations, to justDebug
andRelease
(see mapbox/mapbox-gl-native#16083).We need to do the same.
We can handle a "stripped" build (i.e. what is currently
Release
) as a packaging step, i.e. by default the newRelease
configuration will contain debug symbols.At the same time we should consider #22
The text was updated successfully, but these errors were encountered: