Project Settings, go all the way to the bottom to the section "GCC 4.0 - Code Generation", there is a setting labeled "Compile for Thumb".
On a commercial project I work on (not iphone-related) we compile some objects in ARM (for speed critical code) and some in Thumb mode (to save space). I don't see an easy way to do that with the Xcode build system though.
|