tokuhirom / plenv

Perl binary manager
Other
516 stars 71 forks source link

Parallel build #137

Open annulen opened 6 years ago

annulen commented 6 years ago

When running plenv install it runs make without -j N argument, which results in serial build which is suboptimal on multicore machines

Grinnz commented 6 years ago

plenv install is provided by perl-build: https://github.com/tokuhirom/Perl-Build/blob/master/bin/plenv-install

it seems to take a -j option which it will pass through to perl-build.

annulen commented 6 years ago

Thanks, it wasn't obvious to me. Still it would be better to have parallel build as default, by using Sys::CPU