What are the benefits/consequences of compiling an armv7 only architecture?

前端 未结 2 1520
离开以前
离开以前 2021-01-01 20:55

In compiling iPhone apps, there is a setting for \"Optimized\" architecture (armv7 only) vs a standard armv6/armv7 architecture.

What are the benefits/consequences o

2条回答
  •  一整个雨季
    2021-01-01 21:07

    A smaller executable is a faster download from the app store. However, you do cut out non-armv7 devices.

提交回复
热议问题