We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7717fed commit 95731f8Copy full SHA for 95731f8
Makefile
@@ -36,7 +36,7 @@ endif
36
@echo "===================================================================="
37
@echo
38
@sleep 5
39
- cd pypy/goal && $(RUNINTERP) ../../rpython/bin/rpython -Ojit targetpypystandalone.py --withoutmod-_cffi_backend --withoutmod-_rawffi --withoutmod-_cppyy
+ cd pypy/goal && $(RUNINTERP) ../../rpython/bin/rpython -Ojit --make-jobs=$(shell nproc) targetpypystandalone.py --withoutmod-_cffi_backend --withoutmod-_rawffi --withoutmod-_cppyy
40
41
pypy-zlib-only:
42
cd pypy/goal && $(RUNINTERP) ../../rpython/bin/rpython -Ojit targetpypystandalone.py --no-allworkingmodules --withmod-zlib
0 commit comments