Coverity: limit number of make jobs
It is usually a bad idea use '-j' without and parameter because it
some cases (large amount of jobs) it may swamp the processor,
decreasing the performance considerably.
A side effect of this change: the time spent by the sytem in user
space (mostly compilation and coverity analysis) is reduced by 10%
when running tf-cov-make script through run_coverity_on_tf.py.
Change-Id: I55db0706708a4a140eef06a95a4fb0a32c0bb0bc
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
1 file changed