Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: tasdev on September 18, 2006, 05:37:07 am

Title: How to see full build commands?
Post by: tasdev on September 18, 2006, 05:37:07 am
Hi Everyone

Is there a way to see the full build commands being generated in the "Build Log"? For example:

gcc -pthread blah.c
etc

I am having trouble with pthreads and need to add the -pthread option to GCC, but even after doing it I still get weird pthread issues in the latest nightly. (Worked fine previously).

Cheers

tasdev
Title: Re: How to see full build commands?
Post by: stahta01 on September 18, 2006, 05:59:44 am
"Settings" -> "Compiler and Debugger"

Select the compiler to change.

Select Tab "Other"
Change "Compiler Logging" to "Full Command Line"

Tim S
Title: Re: How to see full build commands?
Post by: tasdev on September 18, 2006, 06:50:05 am
Thanks Tim, works great!