We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d2478 commit 81e7bc4Copy full SHA for 81e7bc4
buildscripts/make_dependencies.sh
@@ -67,6 +67,7 @@ fi
67
if [[ $(uname) == 'Darwin' ]]; then
68
NUM_CPU=$(sysctl -n hw.ncpu)
69
fi
70
+export CMAKE_BUILD_PARALLEL_LEVEL="$NUM_CPU"
71
72
# Make protoc
73
# Can't check for presence of directory as cache auto-creates it.
0 commit comments