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:
Code
-------------- 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!