使用 Xcode 为 LLVM 定义 DEBUG 符号的正确方法是什么?
我使用 Xcode 3.2.5 和 LLVM 1.6 编译器。我的一些类有条件编译代码。我需要在编译时定义 DEBUG 宏,而不是在文件中静态定义。
我使用可用于定义 DEBUG 宏的 OTHER_CFLAGS 参数实现了此目的。但是,我想知道在 Xcode 中是否有更好/更干净的方法?
环境:
操作系统:Mac OS X 10.6.6
Xcode 3.2.5
编译器:LLVM 1.6
I am using Xcode 3.2.5 with the LLVM 1.6 compiler. Some of my classes have conditional compilation code. I need to define the DEBUG macro at compile time rather than statically in a file.
I achieved this using OTHER_CFLAGS parameter available to define the DEBUG macro. However, I wonder if there is a better/cleaner way of doing it in Xcode ?
Environment:
OS: Mac OS X 10.6.6
Xcode 3.2.5
Compiler: LLVM 1.6
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的构建设置中有一个条目“预处理器宏”
There is an entry "Preprocessor Macros" in your build settings