本文介绍了编译一个仅armv7架构的好处/后果是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在编译iPhone应用程序时,有一个设置为优化架构(仅限armv7)vs标准armv6 / armv7架构。
In compiling iPhone apps, there is a setting for "Optimized" architecture (armv7 only) vs a standard armv6/armv7 architecture.
只编译一个armv7架构?
What are the benefits/consequences of compiling an armv7 only architecture?
推荐答案
更小的可执行文件是从应用商店更快的下载。但是,您可以切掉。
A smaller executable is a faster download from the app store. However, you do cut out non-armv7 devices.
这篇关于编译一个仅armv7架构的好处/后果是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!