mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11927 from SeppoTakalo/speed_up_unittests
Speed up unittests by not limitting Make to spawn more processespull/12006/head
commit
0edce8a33e
|
@ -110,7 +110,6 @@ class UnitTestTool(object):
|
|||
# Speed up compilation by running on more than one core
|
||||
count = psutil.cpu_count()
|
||||
args.append("-j{}".format(count+1))
|
||||
args.append("-l{}".format(count))
|
||||
|
||||
if logging.getLogger().getEffectiveLevel() == logging.DEBUG:
|
||||
args.append("VERBOSE=1")
|
||||
|
|
Loading…
Reference in New Issue