Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
How to show build option when compiling?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: How to show build option when compiling? (Read 4478 times)
clyfish
Multiple posting newcomer
Posts: 26
How to show build option when compiling?
«
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.
Logged
raph
Almost regular
Posts: 242
Re: How to show build option when compiling?
«
Reply #1 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"
Logged
clyfish
Multiple posting newcomer
Posts: 26
Re: How to show build option when compiling?
«
Reply #2 on:
April 23, 2007, 04:22:01 pm »
shame on me :oops:
Thank you.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
How to show build option when compiling?