使用 Xcode 为 LLVM 定义 DEBUG 符号的正确方法是什么?

发布于 2024-10-20 04:46:12 字数 233 浏览 3 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拧巴小姐 2024-10-27 04:46:12

您的构建设置中有一个条目“预处理器宏”

There is an entry "Preprocessor Macros" in your build settings

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文