Skip to content

Commit f2b24fb

Browse files
authored
Merge pull request GaijinEntertainment#2713 from GaijinEntertainment/bbatkin/daspkg-parallel-build
daspkg: parallelize cmake build in build_package
2 parents 551b8dc + a4573d0 commit f2b24fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/daspkg/commands.das

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ def build_package(pkg_dir : string) : bool {
985985
}
986986

987987
// Build
988-
exit_code = run_cmd("cmake --build \"{build_dir}\" --config Release", output)
988+
exit_code = run_cmd("cmake --build \"{build_dir}\" --config Release --parallel", output)
989989
if (exit_code != 0) {
990990
log(" CMake build FAILED:\n{output}\n")
991991
return false

0 commit comments

Comments
 (0)