From f4677cd08c4bef1c5441fde3e386b95851fb3d6b Mon Sep 17 00:00:00 2001 From: hschang Date: Mon, 11 May 2015 12:52:36 +0900 Subject: [PATCH] [Makefile] set MULTI_TEMPORARILY to YES. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a7374b..90c71d2 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ # for the vuultimo, if it is not the default. MACHINE ?= vusolose -MULTI_TEMPORARILY ?= NO +MULTI_TEMPORARILY ?= YES # Adjust according to the number CPU cores to use for parallel build. # Default: Number of processors in /proc/cpuinfo, if present, or 1. -- 2.7.4