multithread..
This commit is contained in:
parent
8bbac800b2
commit
1d883c8112
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ endif
|
|||||||
|
|
||||||
JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
|
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_MAKE := ${MAKE} V=s -j ${JOBS} -C ${GLUON_BUILD_DIR} \
|
||||||
GLUON_RELEASE=${GLUON_RELEASE} \
|
GLUON_RELEASE=${GLUON_RELEASE} \
|
||||||
|
Loading…
Reference in New Issue
Block a user