summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhschang <chang@dev3>2015-05-11 03:52:36 (GMT)
committerhschang <chang@dev3>2015-05-11 03:52:36 (GMT)
commitf4677cd08c4bef1c5441fde3e386b95851fb3d6b (patch)
tree738f68bea5521b04f865412e07b3e2aa0331062b /Makefile
parent9642286e548f7cc73d01806569d2157efb1d75ad (diff)
[Makefile] set MULTI_TEMPORARILY to YES.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.