News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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