[arch-general] Setting make options for aur-packages
mpan
archml-y1vf3axu at mpan.pl
Thu Dec 28 01:43:29 UTC 2017
> (…) My goal is to build using multiple jobs (-j option for make).
Consider -l instead of -j, with -j being used only to limit the number
of subprocesses -l could spawn. For example:
make -l 4 -j 100 …
This will ensure make’s load is approximately 4. The additional `-j
some_bigger_number` is required to avoid creating excessive number of
subprocesses.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <https://lists.archlinux.org/pipermail/arch-general/attachments/20171228/aeeb8daa/attachment.asc>
More information about the arch-general
mailing list