Skip to content

Commit 7aefc06

Browse files
committed
Merge pull request #78 from screamerbg/master
Use parallel build by default
2 parents 1ae994f + fb03e5a commit 7aefc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
parser.add_option("-j", "--jobs",
6363
type="int",
6464
dest="jobs",
65-
default=1,
65+
default=0,
6666
help="Number of concurrent jobs. Default: 0/auto (based on host machine's number of CPUs)")
6767

6868
parser.add_option("-v", "--verbose",

0 commit comments

Comments
 (0)