David Coppa <dco...@gmail.com> wrote:

> If ok, I will add [DPB_PROPERTIES=parallel] to cmake.

Which does absolutely nothing.  MAKE_JOBS has no effect on cmake.
The build is strictly sequential.

You can parallelize the bootstrap phase with
CONFIGURE_ARGS += --parallel=${MAKE_JOBS}
but the main build remains sequential so the overall gain is
negligible.

I haven't been able to figure out how to get cmake to build things
in parallel, but then I'm largely unfamiliar with cmake.

-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to