From 7381c7be3d577007c3ce22aa8025e4b090b719a3 Mon Sep 17 00:00:00 2001 From: monkins1010 <34682781+monkins1010@users.noreply.github.com> Date: Sun, 9 Sep 2018 17:29:02 +0100 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 17935f3968..cd8b5e9f86 100755 --- a/build.sh +++ b/build.sh @@ -13,4 +13,4 @@ rm -f config.status # CFLAGS="-O2" ./configure ./configure.sh -make -j 4 +make -j $(nproc)