News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

How to show build option when compiling?

Started by clyfish, April 23, 2007, 09:00:12 AM

Previous topic - Next topic

clyfish

I want to know what arguments are passed to g++ exactly.
something like "g++ -g -Wall -o test test.cpp".
How to show it when compiling?
Thanks.

raph

Settings->Compiler and debugger->Change drop down list "Compiler settings" to "Other settings"->set "Compiler logging" to "Full command line"

clyfish