From d789835fa31009171d8993f40f65bea36a257a96 Mon Sep 17 00:00:00 2001 From: Ella-0 <23418164+Ella-0@users.noreply.github.com> Date: Tue, 9 Feb 2021 15:57:42 +0000 Subject: [PATCH] Fixed iglupkg.sh --- iglupkg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iglupkg.sh b/iglupkg.sh index fcb775a..e5192f0 100755 --- a/iglupkg.sh +++ b/iglupkg.sh @@ -1,11 +1,11 @@ #!/bin/sh -export JOBS="16" +export JOBS="64" export RUSTFLAGS="-C target-feature=-crt-static" export CC=clang export CXX=clang++ -stat /etc/lazypkg.conf > /dev/null 2> /dev/null || . /etc/lazypkg.conf +stat /etc/lazypkg.conf > /dev/null 2> /dev/null && . /etc/lazypkg.conf export SAMUFLAGS=-j$JOBS export MAKEFLAGS=-j$JOBS