3
0
mirror of https://github.com/ffrgb/site-ffrgb.git synced 2024-06-02 07:32:35 +02:00

multithread..

This commit is contained in:
Bastian 2016-05-29 18:47:20 +02:00
parent 8bbac800b2
commit 1d883c8112

View File

@ -22,7 +22,7 @@ endif
JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
JOBS = 1
#JOBS = 1
GLUON_MAKE := ${MAKE} V=s -j ${JOBS} -C ${GLUON_BUILD_DIR} \
GLUON_RELEASE=${GLUON_RELEASE} \