File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 ..
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
226226 --enable-shared=yes\
227227 --enable-static=no\
228228 --enable-gmpcompat
229- make -j3
229+ make -j6
230230 make install
231231 cd ..
232232
260260 --with-gmp=$PREFIX \
261261 --enable-shared=yes\
262262 --enable-static=no
263- make -j3
263+ make -j6
264264 make install
265265 cd ..
266266fi
@@ -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
290290cd ..
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.
You can’t perform that action at this time.
0 commit comments