Xcode 3.1.4 中添加 -Wall 和 -Wextra 的位置

发布于 2024-08-16 11:11:31 字数 256 浏览 9 评论 0原文

我试图找出在 Xcode 中添加额外警告标志的位置,例如 -Wall 和 -Wextra,我在 Leopard 上使用版本 3.1.4。苹果的文档适用于旧版本,如果我按照他们的说明进行操作,它会将我带到与他们显示的完全不同的窗口。他们还提供了特定警告标志清单的屏幕截图,我不知道如何找到它,或者即使它仍然存在。

澄清:我正在构建一个 iPhone 应用程序... bbum 为我指出了 OS X 应用程序的正确位置,但 iPhone 项目的选项有所不同,而且我没有看到明显的类似物。

I'm trying to figure out where to add extra warning flags like -Wall and -Wextra in Xcode, I'm using version 3.1.4 on Leopard. Apple's documentation is for an old version, if I follow their instructions it takes me to a completely different window than what they show. Also they have a screenshot of a checklist of specific warning flags, I can't figure out how to get to that or even if that's still around.

CLARIFICATION: I'm building an iPhone app... bbum pointed me to the right spot for an OS X app, but the options are different for an iPhone project and I don't see an obvious analogue.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

回眸一遍 2024-08-23 11:11:31

在构建设置编辑器中(双击 Xcode 项目窗口中的项目图标或单个目标),搜索“Other”。您应该看到“其他 C 标志”和“其他 C++ 标志”。您可以在那里添加任何其他标志。

(请注意,如果您碰巧有一个没有源文件的项目,则您将看不到任何一个 - 一个没有“编译源文件”构建阶段的项目)

In the build settings editor (double-click either the project icon or an individual target in Xcode's project window), search for "Other". You should see "Other C Flags" and "Other C++ Flags". You can add any additional flags there.

(Note that you won't see either if you happen to have a project with no source files -- a project with no "compile source files" build phases)

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