Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: clyfish on April 23, 2007, 09:00:12 am

Title: How to show build option when compiling?
Post by: clyfish on April 23, 2007, 09:00:12 am
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.
Title: Re: How to show build option when compiling?
Post by: raph on April 23, 2007, 11:27:01 am
Settings->Compiler and debugger->Change drop down list "Compiler settings" to "Other settings"->set "Compiler logging" to "Full command line"
Title: Re: How to show build option when compiling?
Post by: clyfish on April 23, 2007, 04:22:01 pm
shame on me :oops:
Thank you.