On Monday, 14 January 2019 08:50:42 PST Elvis Stansvik wrote:
> Note also that using make -jN, the error may in some cases not be
> immediately obvious from the last bit of output, but is visible some pages
> up. Search backwards for errors or do a serial build to be sure.

To be sure you're building everything when using -j, I recommend running make 
twice:

    make -kjN || make -j1

That way, if the first make fails, the second one will stop at the *first* 
error and not continue.

The -k is so that it builds as much as it can, in the assumption that you'll 
fix the error and continue building.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center



_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to