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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user