mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 21:32:58 +01:00
set cpu count in makepkg config at build time
This commit is contained in:
parent
e35d0e4cb5
commit
3ba429cd21
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
MAKEFLAGS="-j$(nproc)"
|
||||
BUILDENV+=('!check')
|
2
.config/pacman/makepkg.conf.cgt
Normal file
2
.config/pacman/makepkg.conf.cgt
Normal file
|
@ -0,0 +1,2 @@
|
|||
MAKEFLAGS="-j<% opt.system "nproc" %>"
|
||||
BUILDENV+=('!check')
|
Loading…
Reference in a new issue