Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: jimmyo 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
-
Yes, there is, under the rightmost tab in compiler options. Set logging to "full command line".
-
Thanks
Jimmy