Skip to content

Commit 95731f8

Browse files
author
Mingshen Sun
committed
Makefile: add --make-jobs to accelerate building process
1 parent 7717fed commit 95731f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ endif
3636
@echo "===================================================================="
3737
@echo
3838
@sleep 5
39-
cd pypy/goal && $(RUNINTERP) ../../rpython/bin/rpython -Ojit targetpypystandalone.py --withoutmod-_cffi_backend --withoutmod-_rawffi --withoutmod-_cppyy
39+
cd pypy/goal && $(RUNINTERP) ../../rpython/bin/rpython -Ojit --make-jobs=$(shell nproc) targetpypystandalone.py --withoutmod-_cffi_backend --withoutmod-_rawffi --withoutmod-_cppyy
4040

4141
pypy-zlib-only:
4242
cd pypy/goal && $(RUNINTERP) ../../rpython/bin/rpython -Ojit targetpypystandalone.py --no-allworkingmodules --withmod-zlib

0 commit comments

Comments
 (0)