buildscript: provide option to set number of threads during build #135

Closed
adschm wants to merge 1 commits from adschm/firmware:buildcpu into master

1 Commits

Author SHA1 Message Date
Adrian Schmutzler c2ff6ff67c buildscript: provide option to set number of threads during build
This allows to specify the number of threads used in
'./buildscript build' manually by adding them as third option, e.g.

./buildscript build fast 20
./buildscript build debug 4
./buildscript build default 10

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2021-03-01 00:12:56 +01:00