Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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
-
"Settings" -> "Compiler and Debugger"
Select the compiler to change.
Select Tab "Other"
Change "Compiler Logging" to "Full Command Line"
Tim S
-
Thanks Tim, works great!