User forums > Using Code::Blocks

See compilation command performed by codeblocks [Solved]

(1/1)

caneta:
Hi everyone.
I'm dealing with a huge project on linux.
The compilation works fine but I' would like to see the compilation command performed by codeblocks, something like


--- Code: ---g++ -o myExecutable myFile.cpp
--- End code ---

If possible, how can I do that?

oBFusCATed:
Read here: http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

caneta:
It was exactly what I was searching for:


--- Quote from: link above ---This is done by selecting the "Full command line" option Under menu "Settings" -> "Compiler and Debugger" -> Global compiler settings -> [the compiler you use] -> "Other Setting" tab, "Compiler logging"
--- End quote ---

Thank you very much!

Navigation

[0] Message Index

Go to full version