From c1105df70e2aa4e21845f3fcaab650003b2843a4 Mon Sep 17 00:00:00 2001 From: Philippe Jean Guillaumie Date: Thu, 27 Oct 2022 07:51:23 +0200 Subject: [PATCH] Get rid of forced parallel build --- elluminate.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/elluminate.sh b/elluminate.sh index eddb031..d661431 100644 --- a/elluminate.sh +++ b/elluminate.sh @@ -580,9 +580,6 @@ do_bsh_alias() { export LDFLAGS=-L/usr/local/lib export PKG_CONFIG_PATH=/usr/local/lib/x86_64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig - # Parallel build. - export MAKE="make -j$(($(nproc) * 2))" - # This script adds the ~/.local/bin directory to your PATH environment variable if required. EOF