Riyyi
3 years ago
8 changed files with 56 additions and 9 deletions
@ -1,4 +1,9 @@ |
|||||||
#!/hint/bash |
#!/hint/bash |
||||||
|
|
||||||
# Make Flags: use 4 threads |
# Amount of threads the use with the make command |
||||||
MAKEFLAGS="-j4" |
# >>> hostname=arch-desktop |
||||||
|
MAKEFLAGS="-j8" |
||||||
|
# <<< |
||||||
|
# >>> hostname=arch-laptop |
||||||
|
# MAKEFLAGS="-j4" |
||||||
|
# <<< |
||||||
|
Loading…
Reference in new issue