Re: Setting make options for aur-packages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



> (…) 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.

Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux