1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-25 05:36:37 +02:00

BuildBot: -j3 -> -j4

[skip ci]
This commit is contained in:
Bram Matthys
2019-06-03 13:31:45 +02:00
parent 55757a5605
commit 253df2c8db
+2 -2
View File
@@ -11,9 +11,9 @@ if [ "$1" != "" ]; then
fi
if [[ "$OSTYPE" == "freebsd"* ]]; then
export MAKE="gmake -j3"
export MAKE="gmake -j4"
else
export MAKE="make -j3"
export MAKE="make -j4"
fi
export CPPFLAGS="-DFAKELAG_CONFIGURABLE -DNOREMOVETMP"