Open annulen opened 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.
Thanks, it wasn't obvious to me. Still it would be better to have parallel build as default, by using Sys::CPU
When running
plenv install
it runs make without-j N
argument, which results in serial build which is suboptimal on multicore machines