Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Make arguments
Make arguments [message #715850] Mon, 15 August 2011 18:31 Go to next message
Alastair Andrew is currently offline Alastair AndrewFriend
Messages: 2
Registered: August 2011
Junior Member
Hi,

Does anyone know how you pass an argument to make for all C/C++ projects? I want to run make with the argument --warn-undefined-variables enabled. I didn't see anywhere that I could supply arguments in the Preferences -> C/C++ -> Build preference panes? It does seem possible by going to "Modify Make Target" unselecting "Use builder settings" in the "Build Command" panel and then tacking --warn-undefined-variables onto the Build command in the text input field. However, this needs to be done on a target by target basis. Is there a way of achieving this globally?

Thanks,
Alastair
Re: Make arguments [message #716033 is a reply to message #715850] Tue, 16 August 2011 09:00 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
Project properties->C/C++ Build
In the Builder Settings tab you can modify the default ("make") build command.


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:Uninstalling eclipse
Next Topic:GUI with Qt
Goto Forum:
  


Current Time: Tue Apr 16 23:04:59 GMT 2024

Powered by FUDForum. Page generated in 0.53275 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top