diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/host-albert/make.defaults | 2 | ||||
-rw-r--r-- | profiles/host-errol/make.defaults | 2 | ||||
-rw-r--r-- | profiles/host-ridcully/make.defaults | 2 | ||||
-rw-r--r-- | profiles/host-susan/make.defaults | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/profiles/host-albert/make.defaults b/profiles/host-albert/make.defaults index cc97a88..74ef669 100644 --- a/profiles/host-albert/make.defaults +++ b/profiles/host-albert/make.defaults @@ -1,2 +1,2 @@ # vim:ft=gentoo-make-conf -MAKEOPTS="-j8 -l4" +MAKEOPTS="-j8 -l3" diff --git a/profiles/host-errol/make.defaults b/profiles/host-errol/make.defaults index 418279d..149769d 100644 --- a/profiles/host-errol/make.defaults +++ b/profiles/host-errol/make.defaults @@ -1,2 +1,2 @@ # vim:ft=gentoo-make-conf -MAKEOPTS="-j14" +MAKEOPTS="-j32 -l15" 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" diff --git a/profiles/host-susan/make.defaults b/profiles/host-susan/make.defaults index f3a5f7a..74ef669 100644 --- a/profiles/host-susan/make.defaults +++ b/profiles/host-susan/make.defaults @@ -1,2 +1,2 @@ # vim:ft=gentoo-make-conf -MAKEOPTS="-j3" +MAKEOPTS="-j8 -l3" |