From 2e7fb1fb3ed045b82e389c1473a0a28cff219dc5 Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Sat, 9 Jun 2018 08:53:34 -0500 Subject: [PATCH] Use multiple cores to xz compress --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3e798d931..628653156 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ default: run +export XZ_DEFAULTS="-T 0" + # If you see "node-not-found" or "yarn-not-found" then you need to depend # on either node-installed or yarn-installed. NODE:=node-not-found