News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

See compilation command performed by codeblocks [Solved]

Started by caneta, March 25, 2011, 03:06:16 PM

Previous topic - Next topic

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

g++ -o myExecutable myFile.cpp

If possible, how can I do that?

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

caneta

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!