美文网首页
非常规瘦身

非常规瘦身

作者: cuagain | 来源:发表于2016-07-11 17:15 被阅读70次

BuildSettings下
Deployment-> Deployment Postprocessing ->NO
Skip Install ->No
Strip Debug Symbols During Copy -> Release ->YES
Strip Linked Product -> Release ->YES
Strip Style -> Release -> Non-Global -> Symbols

Apple LLVM Code Generation -> Debug Information Level -> Line tables only
Optimization Level -> Release -> Fastest,Smallest
Symbols Hidden by Default Release -> YES
Make Strings Read-Only ->YES


Apple LLVM Language - Objc -> Enable Objective-c Exceptions -> NO
- C++ -> Enable C++ Exceptions -> NO
Other C Flags添加-fno-exceptions
以上可能会导致异常 捕获不了 之间Crash

相关文章

网友评论

      本文标题:非常规瘦身

      本文链接:https://www.haomeiwen.com/subject/gidjjttx.html