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 5431105 commit d2d7dc4Copy full SHA for d2d7dc4
script/build.ts
@@ -82,7 +82,7 @@ function main() {
82
console.log(cmake_configure)
83
exec(cmake_configure, execOptions)
84
85
- const cmake_build = `cmake --build ./build --config ${CMAKE_BUILD_TYPE} --target install`
+ const cmake_build = `cmake --build ./build --config ${CMAKE_BUILD_TYPE} --target install --parallel`
86
console.log(cmake_build)
87
exec(cmake_build, execOptions)
88
0 commit comments