Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: AlexF on October 18, 2010, 08:58:46 AM

Title: How to see full build command line
Post by: AlexF on October 18, 2010, 08:58:46 AM
When project is built in C::B, it shows only short log, like:

-------------- Build: Debug in MyProject ---------------
Compiling: file1.cpp
Compiling: file2.cpp
...

Is there way to see full command line for compiler and linker?
Title: Re: How to see full build command line
Post by: Loaden on October 18, 2010, 09:13:25 AM
"Global compiler settings > Other settings > Compiler logging"
Title: Re: How to see full build command line
Post by: AlexF on October 18, 2010, 09:59:16 AM
Thanks!