开发者

How to setup personal build in CDT eclipse over linux?

开发者 https://www.devze.com 2023-01-21 15:15 出处:网络
I started using eclipse CDT over Linux for some college exercises. I want the build f开发者_如何学编程unction to compile without linking?

I started using eclipse CDT over Linux for some college exercises. I want the build f开发者_如何学编程unction to compile without linking? Can i have the build to be as simple as: gcc -c -Wall ?

Thanks


If you right click on your project, go to properties, and then C++ Build, you can set the building command and other building settings... If that's that you wanted.

0

精彩评论

暂无评论...
验证码 换一张
取 消