gpt4 book ai didi

eclipse - 在 Eclipse 中为 C/C++ 编译启用标志(Wall、pedantic)

转载 作者:行者123 更新时间:2023-12-02 04:02:13 25 4
gpt4 key购买 nike

我正在使用 Eclipse 编写 C/C++ 程序。我想使用 -Wall 和 -pedantic 标志编译我的代码。如何在 Eclipse 中启用这些标志,以便在编译 C/C++ 程序时默认使用它们?

最佳答案

转到 Eclipse -> 项目资源管理器 -> 你的项目 -> 上下文菜单 -> 属性。

出现一个对话框。在左侧 Pane 中,打开“C/C++ 构建”-> 设置。在右 Pane 中,确保选择选项卡“工具设置”-> 在“GCC C++ 编译器”下选择“警告”-> 选中所需的框。

在你的情况下,你想要“迂腐(-pedantic)”。默认情况下,“所有警告(-Wall)”应该已经被选中。您可能还需要“额外警告 (-Wextra)”(别名“-W”)。

关于eclipse - 在 Eclipse 中为 C/C++ 编译启用标志(Wall、pedantic),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9908898/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com