Although all these examples look nice the CMAKE_VERBOSE_MAKEFILE is good
enough for me as I currently develop my software remotely using VS Studio
and it's remote CMake integration. I just modify CMakeSettings.json and
there comes more stuff to read :)

On Mon, 26 Aug 2019, 17:32 Matthew Woehlke, <mwoehlke.fl...@gmail.com>
wrote:

> On 25/08/2019 03.09, Elvis Stansvik wrote:
> > Den sön 25 aug. 2019 kl 02:56 skrev Thiago Macieira:
> >> On Saturday, 24 August 2019 10:53:45 PDT Jakub Narolewski wrote:
> >>> [  1%] Linking CXX executable mrserver_debug
> >>
> >> Please expand this line.
> >
> > Jakub, to do this you can pass -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE to
> CMake.
>
> ...or just run `make VERBOSE=1`.
>
> Or, better yet, install Ninja and use `-G Ninja` when running CMake ;-).
> (And then `ninja -v`.) Your build times will thank you.
>
> --
> Matthew
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to