Reducing job concurrency for dosbox -- otherwise the server gets overloaded
This commit is contained in:
parent
5319a73163
commit
be374cb71d
|
@ -6,7 +6,7 @@ make -C emulibc $1 -j
|
|||
make -C libco $1 -j
|
||||
./ares64/make-both.sh $1
|
||||
make -C bsnescore $1 -j
|
||||
make -C dosbox $1 -j
|
||||
make -C dosbox $1 -j8
|
||||
make -C dsda $1 -j
|
||||
make -C gpgx $1 -j
|
||||
make -C libsnes $1 -j
|
||||
|
|
Loading…
Reference in New Issue