See cmake compilation/linker command lines
-
Now that I have changed over to cmake and have Creator 13, which box do I check so that I can see the compiler and linker command lines in the Compile Output pane? :) Old Creator/qmake used to show me compilation/linker command lines. I don't think it is Creator which is hiding these lines actually received from cmake.
I don't care whether that is an option to cmake which generates something in the resulting Makefile to switch on command echoing or whether it's an option at Build time to pass to the makes it will run to do so, just so long as I check/uncheck a box to switching on/off whether I see the commands. Like
make
by default shows commands andmake -s
suppresses that [if it was a useful option in the 1970s it's a useful option now :) ] . -
Just add
--verbose
to the CMake build step. See below for details: