如何判断编译器当前处于ARC模式?
我有几个内联静态
C 函数。我调用 Objective-C 代码,包括 [-release]
。
问题是我必须编译 ARC 或非 ARC 目标的代码。所以我想我需要通过预定义的编译器标志进行条件编译。我应该为此使用什么标志?
I have several inline static
C functions. And I call Objective-C codes including [-release]
.
The problem is I have to compile this code both of ARC or non-ARC targets. So I think I need conditional compilation by predefined compiler flag. What flag should I use for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自 http://lists.apple.com/archives/xcode-用户/2011/Aug/msg00252.html:
From http://lists.apple.com/archives/xcode-users/2011/Aug/msg00252.html: