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?
"Global compiler settings > Other settings > Compiler logging"
Thanks!