GNOME Bugzilla – Bug 797235
config/ios: Remove armv7s from the list of universal archs
Last modified: 2018-10-02 08:11:31 UTC
This should speed up cerbero builds by 20%. x86 is still needed for the iPhone Simulator, and x86_64 is needed for the iPad Simulator. Once Apple drops support for armv7 in a few years and becomes 64-bit-only, we can drop support for x86 at the same time.
Created attachment 373822 [details] [review] config/ios: Remove armv7s from the list of universal archs armv7s is only useful for A6 and A6X processors used on old iPhones and iPads: http://iossupportmatrix.com/ These processors can also run armv7 code just fine, because of which almost all iOS frameworks have already dropped support for armv7s with small to insignificant differences in performance.
Attachment 373822 [details] pushed as b9450b0 - config/ios: Remove armv7s from the list of universal archs