Is there a way to compile for ARM rather than Thumb in Xcode 4?

后端 未结 3 1445
清酒与你
清酒与你 2020-11-28 21:07

Apple is recommending to compiling for ARM rather than thumb if there are many floating point operations going on. My whole app is almost one big floating point operation. <

3条回答
  •  失恋的感觉
    2020-11-28 21:44

    I don't know whether or not "Compile for Thumb" is supposed to exist in Xcode 4, but you can always add -mno-thumb to the Other C Flags build setting.

提交回复
热议问题