Gcc 编译器命令和选项

发布于 2024-10-31 05:15:03 字数 151 浏览 2 评论 0原文

我正在学习 C 语言,我使用 code::blocks IDE 来编写和构建 C 程序。它使用 GNU C 编译器。我了解到有很多方法可以通过调整编译器设置和使用编译器命令来优化代码。我可以从菜单中看到许多更改编译器设置的选项。但我不知道如何以及在哪里应用编译器命令?任何帮助表示赞赏..

I am learning C language and I use code::blocks IDE to write and build C programs. It uses GNU C compiler. I learnt that there are many ways to optimize the code by tweaking the compiler settings and using compilers command. I can see many options to change compiler's setting from the menu. But I don't know how and where to apply the compilers commands? Any help is appreciated..

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

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

发布评论

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

评论(1

恍梦境° 2024-11-07 05:15:03

在“设置”菜单下,选择“编译器和调试器”。选择顶部的 GNU GCC 编译器。转到“编译器设置”选项卡,然后在其中选择“编译器标志”选项卡。向下滚动大约一半,您将找到所有与“-O”相关的选项。

编译器设置

Under the Settings menu, select Compiler and Debugger. Select GNU GCC Compiler at the top. Go to the Compiler Settings tab, and within that select the Compiler Flags tab. Scroll about halfway down, and you'll find all of the "-O" related options.

Compiler settings

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