Skip to content

Commit f649a2a

Browse files
committed
Making the default number of build jobs 0 (auto/fully parallel)
1 parent 8877ac4 commit f649a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_everything.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
help="Add a macro definition")
6262

6363
parser.add_option("-j", "--jobs", type="int", dest="jobs",
64-
default=1, help="Number of concurrent jobs (default 1). Use 0 for auto based on host machine's number of CPUs")
64+
default=0, help="Number of concurrent jobs. Default: 0/auto (based on host machine's number of CPUs)")
6565

6666
parser.add_option("-v", "--verbose", action="store_true", dest="verbose",
6767
default=False, help="Verbose diagnostic output")

0 commit comments

Comments
 (0)