Author Topic: How to see full build command line  (Read 3734 times)

Offline AlexF

  • Single posting newcomer
  • *
  • Posts: 6
How to see full build command line
« on: October 18, 2010, 08:58:46 am »
When project is built in C::B, it shows only short log, like:
Code
-------------- Build: Debug in MyProject ---------------
Compiling: file1.cpp
Compiling: file2.cpp
...
Is there way to see full command line for compiler and linker?

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: How to see full build command line
« Reply #1 on: October 18, 2010, 09:13:25 am »
"Global compiler settings > Other settings > Compiler logging"

Offline AlexF

  • Single posting newcomer
  • *
  • Posts: 6
Re: How to see full build command line
« Reply #2 on: October 18, 2010, 09:59:16 am »
Thanks!