[Interest] Pre-compile system
Thiago Macieira
thiago.macieira at intel.com
Tue Feb 24 19:03:51 CET 2015
On Tuesday 24 February 2015 08:51:53 Mathieu Slabbinck wrote:
> The sequential build I've managed to get right with the use of the
> subdirs template.
> But, this system only works when only using one compile job at a time.
> Using for example make -j 4 will start the libx compilation as the
> first job and already start compiling the app itself in parallel.
Add to your subdirs project:
CONFIG += ordered
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list