Merge pull request #27578 from thexai/build-parallel

[Windows] BuildSetup.bat: enable build in parallel
This commit is contained in:
thexai 2025-12-15 15:28:16 +01:00 committed by GitHub
commit a944380cd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ IF DEFINED BUILDDIR (
goto DIE
)
cmake.exe --build . --config "%buildconfig%"
cmake.exe --build . --config "%buildconfig%" --parallel
IF %errorlevel%==1 (
set DIETEXT="%APP_NAME%.EXE failed to build!"
goto DIE