首页 > 移动平台 > 详细

iOS debug release

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

 

#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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!