News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

How to see full build commands?

Started by tasdev, September 18, 2006, 05:37:07 AM

Previous topic - Next topic

tasdev

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

stahta01

"Settings" -> "Compiler and Debugger"

Select the compiler to change.

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

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

tasdev