码迷,mamicode.com
首页 > 移动开发 > 详细

iOS debug release

时间:2014-07-14 21:08:29      阅读:262      评论:0      收藏:0      [点我收藏+]

标签:os   io   re   c   ar   ios   

 

#ifndef __OPTIMIZE__

#define NSLog(...) NSLog(__VA_ARGS__)

#else

#define NSLog(...){}

#endif

 

打开Xcode -->>product -->scheme -->>edit scheme -->info 设置debug or release 

 

iOS debug release,布布扣,bubuko.com

iOS debug release

标签:os   io   re   c   ar   ios   

原文地址:http://www.cnblogs.com/qingjoin/p/3842692.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!