It seems there are two ways to turn off Thumb support in Xcode 4.5:
Specifying the
-mno-thumb
flag inBuild Settings/Other C Flags
Setting
GCC_THUMB_SUPPORT
toNO
inBuild Settings/User-Defined
Is there a difference between these two methods?
It seems there are two ways to turn off Thumb support in Xcode 4.5:
Specifying the -mno-thumb
flag in Build Settings/Other C Flags
Setting GCC_THUMB_SUPPORT
to NO
in Build Settings/User-Defined
Is there a difference between these two methods?