diff options
author | Karel Kočí <cynerd@email.cz> | 2021-04-16 13:57:17 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-04-16 13:57:17 +0200 |
commit | 776454d9ac840e66e0153d0c134d6f1b6611e07d (patch) | |
tree | efeae6435b49e204d728c53c3f8698eeba771491 /profiles/host-ridcully/make.defaults | |
parent | d14bcde52f8ac7836b1eac4459fc1bf370dd4622 (diff) | |
download | gentoo-personal-overlay-776454d9ac840e66e0153d0c134d6f1b6611e07d.tar.gz gentoo-personal-overlay-776454d9ac840e66e0153d0c134d6f1b6611e07d.tar.bz2 gentoo-personal-overlay-776454d9ac840e66e0153d0c134d6f1b6611e07d.zip |
profile: tweak number of jobs for hosts
Diffstat (limited to 'profiles/host-ridcully/make.defaults')
-rw-r--r-- | profiles/host-ridcully/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/host-ridcully/make.defaults b/profiles/host-ridcully/make.defaults index fe73680..9fd0fac 100644 --- a/profiles/host-ridcully/make.defaults +++ b/profiles/host-ridcully/make.defaults @@ -1,5 +1,5 @@ # vim:ft=gentoo-make-conf -MAKEOPTS="-j12" +MAKEOPTS="-j32 -l15" INPUT_DEVICES="roccat_suora" USE_EXPAND="INPUT_DEVICES" |