News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

How to see full build command line

Started by AlexF, October 18, 2010, 08:58:46 AM

Previous topic - Next topic

AlexF

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?

Loaden

"Global compiler settings > Other settings > Compiler logging"

AlexF