Skip to content

Commit

Permalink
cc build: multithreaded build
Browse files Browse the repository at this point in the history
commit_hash:8432caa6db6d44b21ab688907c87a1efa604acda
  • Loading branch information
fdr400 committed Oct 29, 2024
1 parent 326f966 commit 9107330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_and_install_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ for BUILD_TYPE in Debug Release; do
${ALL_FEATURES} \
${BUILD_OPTIONS:-""} \
-GNinja
cmake --build ${BUILD_DIR}
cmake --build ${BUILD_DIR} -- -j$(nproc)
done

cpack -G DEB --config build_release/CPackConfig.cmake -D CPACK_INSTALL_CMAKE_PROJECTS="build_debug;userver;ALL;/;build_release;userver;ALL;/" ${PACKAGE_OPTIONS:-""}
Expand Down

0 comments on commit 9107330

Please sign in to comment.