Skip to content

Commit d2d7dc4

Browse files
committed
build: run the libzmq builds in parallel
1 parent 5431105 commit d2d7dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function main() {
8282
console.log(cmake_configure)
8383
exec(cmake_configure, execOptions)
8484

85-
const cmake_build = `cmake --build ./build --config ${CMAKE_BUILD_TYPE} --target install`
85+
const cmake_build = `cmake --build ./build --config ${CMAKE_BUILD_TYPE} --target install --parallel`
8686
console.log(cmake_build)
8787
exec(cmake_build, execOptions)
8888

0 commit comments

Comments
 (0)