Skip to content

Commit

Permalink
Remove thread limit from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed Jul 28, 2024
1 parent 7f62c82 commit e67ae3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if (($clean.IsPresent) -or (-not (Test-Path -Path "build")))

cd build
& cmake -G "Ninja" -DCMAKE_BUILD_TYPE="RelWithDebInfo" ../
& cmake --build . -j 6
& cmake --build .
$ExitCode = $LastExitCode
cd ..
exit $ExitCode
Expand Down

0 comments on commit e67ae3d

Please sign in to comment.