From eda5c6e09f31a4e6139a94e40a3a97604ea93ac9 Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Thu, 8 Feb 2024 11:54:25 +0100 Subject: [PATCH] try only the build in parallel --- build_python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_python.sh b/build_python.sh index e98d534..f9d24e0 100644 --- a/build_python.sh +++ b/build_python.sh @@ -44,7 +44,7 @@ if [ ! -d "$1" ] || [ ! -r "${LIBNAME}" ]; then esac ./configure --prefix $1 --enable-shared --enable-optimizations --without-system-ffi ${SSL} - make build_all + make -j4 build_all make install ) rm -f $1/python