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