[Interest] Static build of Qt - debug mode and plugins

Matthew Woehlke mwoehlke.floss at gmail.com
Mon Aug 26 17:32:58 CEST 2019


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



More information about the Interest mailing list