iPhone App floating point calculations when released to the app store.

徘徊边缘 提交于 2019-11-28 14:23:03
TonyMkenu

Is more a hint than an answer.. but, as I already said in comments: you can check the different behavior between Release and Debug version.

This different "behavior" has been seen in the past. Is given by "Optmization Level" setting. Debug version is set to None [-O0], while the Release version is set to Fastest, Smallest [-Os].

An example here .. here another ..

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!