Author Topic: See compilation command performed by codeblocks [Solved]  (Read 3534 times)

Offline caneta

  • Single posting newcomer
  • *
  • Posts: 2
See compilation command performed by codeblocks [Solved]
« on: March 25, 2011, 03:06:16 pm »
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

If possible, how can I do that?
« Last Edit: March 25, 2011, 03:55:17 pm by caneta »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
(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!]

Offline caneta

  • Single posting newcomer
  • *
  • Posts: 2
Re: See compilation command performed by codeblocks
« Reply #2 on: March 25, 2011, 03:55:05 pm »
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"

Thank you very much!