[cmake] Use more cores in building nncc-package (#9324)
author이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Mon, 2 Dec 2019 07:50:33 +0000 (16:50 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 2 Dec 2019 07:50:33 +0000 (16:50 +0900)
commit6b9a246d08b63eead0a813065072c9005cdc6a0a
tree5888356653adde7a80cb27cff8626b7cfacc13b4
parenta1a63c6f43651a88b6d4cff536e1aa72945c20f9
[cmake] Use more cores in building nncc-package (#9324)

Currently it does not use parallel build in build nncc-package. It is so slow.
It will use half of cores that is available in build machine.
It uses half of core since we don't want to allocate all cores in CI machine.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
infra/packaging/build