multithread..

This commit is contained in:
Bastian 2016-05-29 18:47:20 +02:00
parent 8bbac800b2
commit 1d883c8112
1 changed files with 1 additions and 1 deletions

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} \