Use 4 threads in makepkg
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/hint/bash
|
||||
|
||||
# Make Flags: use 4 threads
|
||||
MAKEFLAGS="-j4"
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
#!/hint/bash
|
||||
|
||||
# Make Flags: use 4 threads
|
||||
MAKEFLAGS="-j4"
|
||||