1
0
Fork 0

Compile with 4 threads on Jenkins builds, the build slaves were upgraded

This commit is contained in:
Alexander Harkness 2021-06-23 23:52:31 +01:00
parent 5b8b6eeaa8
commit e77a4ab46d
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ fi
# Build
CXX=$CXXCOMP CC=$CCOMP cmake . -DNO_NATIVE_OPTIMIZATION=1 ${CACHE_ARGS} ${TOOLCHAINFILE} ${COMPILEMODE} ${FORCE32}
make -j 2
make -j 4
# Package Server