Config+Packages: Implement machine specific configuration
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
#!/hint/bash
|
||||
|
||||
# Make Flags: use 4 threads
|
||||
MAKEFLAGS="-j4"
|
||||
# Amount of threads the use with the make command
|
||||
# >>> hostname=arch-desktop
|
||||
MAKEFLAGS="-j8"
|
||||
# <<<
|
||||
# >>> hostname=arch-laptop
|
||||
# MAKEFLAGS="-j4"
|
||||
# <<<
|
||||
|
||||
Reference in New Issue
Block a user