Gcc 编译器命令和选项
我正在学习 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在“设置”菜单下,选择“编译器和调试器”。选择顶部的 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.