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
g++ -o myExecutable myFile.cpp
If possible, how can I do that?
Read here: http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F
It was exactly what I was searching for:
Quote from: link aboveThis 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"
Thank you very much!