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
A smaller executable is a faster download from the app store. However, you do cut out non-armv7 devices.