File tree 1 file changed +6
-6
lines changed
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
174
174
--enable-shared=yes\
175
175
--enable-static=no\
176
176
--host=$HOST_ARG
177
- make -j3
177
+ make -j6
178
178
make install
179
179
180
180
cd ..
195
195
tar xf yasm-$YASMVER .tar.gz
196
196
cd yasm-$YASMVER
197
197
./configure --prefix=$PREFIX
198
- make -j3
198
+ make -j6
199
199
make install
200
200
cd ..
201
201
226
226
--enable-shared=yes\
227
227
--enable-static=no\
228
228
--enable-gmpcompat
229
- make -j3
229
+ make -j6
230
230
make install
231
231
cd ..
232
232
260
260
--with-gmp=$PREFIX \
261
261
--enable-shared=yes\
262
262
--enable-static=no
263
- make -j3
263
+ make -j6
264
264
make install
265
265
cd ..
266
266
fi
@@ -285,7 +285,7 @@ cd flint-$FLINTVER
285
285
$FLINTARB_WITHGMP \
286
286
--with-mpfr=$PREFIX \
287
287
--disable-static
288
- make -j3
288
+ make -j6
289
289
make install
290
290
cd ..
291
291
@@ -312,7 +312,7 @@ if [ $BUILD_ARB = "yes" ]; then
312
312
$FLINTARB_WITHGMP \
313
313
--with-mpfr=$PREFIX \
314
314
--disable-static
315
- make -j3
315
+ make -j6
316
316
make install
317
317
#
318
318
# Set PATH so that DLLs are picked up on Windows.
You can’t perform that action at this time.
0 commit comments