Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: steveth45 on February 12, 2007, 09:04:31 am
-
I'm trying to convert a project from a Makefile-based build, to a regular Code::Blocks managed build. I'm having trouble compiling certain files, but the build log doesn't show the exact command being executed to build a particular file. Is there a way to show the actual command being called in the build log?
-
Yes! It's possible.
Go to Settings > Compiler and debugger settings menu. Now you'll find a Combo showing Compiler settings. Click on that and select Other settings. Now look down and change the combo next to "Compiler logging" to Full command line. :)
-
Thank you so much. Is there any documentation for all the various settings somewhere?