mirror of https://github.com/ARMmbed/mbed-os.git
Propagated 'jobs' argument to build_project'
parent
16b9ae0c8a
commit
8dbd2833fc
|
@ -168,7 +168,7 @@ if __name__ == '__main__':
|
|||
test.dependencies, options.options,
|
||||
linker_script=options.linker_script,
|
||||
clean=options.clean, verbose=options.verbose,
|
||||
macros=options.macros)
|
||||
macros=options.macros, jobs=options.jobs)
|
||||
print 'Image: %s' % bin
|
||||
|
||||
if options.disk:
|
||||
|
|
Loading…
Reference in New Issue