mirror of https://github.com/ARMmbed/mbed-os.git
Making the default number of build jobs 0 (auto/fully parallel)
parent
8877ac40f6
commit
f649a2a2a8
|
@ -61,7 +61,7 @@ if __name__ == '__main__':
|
|||
help="Add a macro definition")
|
||||
|
||||
parser.add_option("-j", "--jobs", type="int", dest="jobs",
|
||||
default=1, help="Number of concurrent jobs (default 1). Use 0 for auto based on host machine's number of CPUs")
|
||||
default=0, help="Number of concurrent jobs. Default: 0/auto (based on host machine's number of CPUs)")
|
||||
|
||||
parser.add_option("-v", "--verbose", action="store_true", dest="verbose",
|
||||
default=False, help="Verbose diagnostic output")
|
||||
|
|
Loading…
Reference in New Issue