diff --git a/build.sh b/build.sh index 44b12241d156..25ee78328080 100755 --- a/build.sh +++ b/build.sh @@ -81,7 +81,7 @@ build_coreclr() # Build CoreCLR echo Executing make $__UnprocessedBuildArgs - make $__UnprocessedBuildArgs + make -j `nproc` $__UnprocessedBuildArgs if [ $? != 0 ]; then echo Failed to build coreclr components. exit 1