Author Topic: show execute command line while rebuild  (Read 3461 times)

jimmyo

  • Guest
show execute command line while rebuild
« on: October 30, 2007, 12:04:04 pm »
Hello,

Is there a way to show the commandline argument while compiling
In the build log there are only
Compiling: myfile.cpp

Will see
gcc -c -W3 ...... -o myfile.o myfile.cpp
Compiling: myfile.cpp


  Jimmy

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: show execute command line while rebuild
« Reply #1 on: October 30, 2007, 12:11:06 pm »
Yes, there is, under the rightmost tab in compiler options. Set logging to "full command line".
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

jimmyo

  • Guest
Re: show execute command line while rebuild
« Reply #2 on: October 30, 2007, 12:59:58 pm »
Thanks

  Jimmy