Skip to content

Commit 117cf3d

Browse files
committed
bin/build_dependencies_unix.sh: Use 'make -j6'
1 parent 4114a39 commit 117cf3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bin/build_dependencies_unix.sh

+6-6
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ if [ $USE_GMP = "gmp" ]; then
174174
--enable-shared=yes\
175175
--enable-static=no\
176176
--host=$HOST_ARG
177-
make -j3
177+
make -j6
178178
make install
179179

180180
cd ..
@@ -195,7 +195,7 @@ else
195195
tar xf yasm-$YASMVER.tar.gz
196196
cd yasm-$YASMVER
197197
./configure --prefix=$PREFIX
198-
make -j3
198+
make -j6
199199
make install
200200
cd ..
201201

@@ -226,7 +226,7 @@ else
226226
--enable-shared=yes\
227227
--enable-static=no\
228228
--enable-gmpcompat
229-
make -j3
229+
make -j6
230230
make install
231231
cd ..
232232

@@ -260,7 +260,7 @@ else
260260
--with-gmp=$PREFIX\
261261
--enable-shared=yes\
262262
--enable-static=no
263-
make -j3
263+
make -j6
264264
make install
265265
cd ..
266266
fi
@@ -285,7 +285,7 @@ cd flint-$FLINTVER
285285
$FLINTARB_WITHGMP\
286286
--with-mpfr=$PREFIX\
287287
--disable-static
288-
make -j3
288+
make -j6
289289
make install
290290
cd ..
291291

@@ -312,7 +312,7 @@ if [ $BUILD_ARB = "yes" ]; then
312312
$FLINTARB_WITHGMP\
313313
--with-mpfr=$PREFIX\
314314
--disable-static
315-
make -j3
315+
make -j6
316316
make install
317317
#
318318
# Set PATH so that DLLs are picked up on Windows.

0 commit comments

Comments
 (0)