Current plugin build script is not enabled with parallel compile, only using one single core to build the whole libraries.
This PR is to add an option for user to specify the number of cpus for building.
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
N/A
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Description
Current plugin build script is not enabled with parallel compile, only using one single core to build the whole libraries. This PR is to add an option for user to specify the number of cpus for building.
Related Issues
Resolves #[Issue number to be closed when this PR is merged] N/A
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.