From 1d883c8112278b975d24a2b899d08f719b3ac853 Mon Sep 17 00:00:00 2001 From: Bastian Date: Sun, 29 May 2016 18:47:20 +0200 Subject: [PATCH] multithread.. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9fbad94..68e97a0 100644 --- a/Makefile +++ b/Makefile @@ -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} \