Page 1 of 1
Where to add compiler option flags?
Posted: Fri Dec 21, 2018 11:16 am
by tpannone
Within Eclipse, I want to add a "-D" option flag to the compiler preprocessor. I'm looking at Settings>Tool Settings>GNU C++ Compiler>Preprocessor. Is that where I add the -D option flag?
Re: Where to add compiler option flags?
Posted: Fri Dec 21, 2018 2:51 pm
by Forrest
Yes, in the Preprocessor page of the GNU C++ Compiler settings, there is an option for setting defined symbols (-D)
Re: Where to add compiler option flags?
Posted: Wed Jan 02, 2019 6:57 am
by tpannone
Thanks Forrest.
Re: Where to add compiler option flags?
Posted: Wed Jan 02, 2019 9:31 am
by tpannone
One final question Forrest. Is the -D portion assumed? For example, in the window for Defined Symbols (-D) would I enter -Dname or just name.
Re: Where to add compiler option flags?
Posted: Wed Jan 02, 2019 11:11 am
by Forrest
The -D will be added automatically. You just need to add name.