diff options
Diffstat (limited to 'nightly/buildwindows.sh')
-rwxr-xr-x | nightly/buildwindows.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nightly/buildwindows.sh b/nightly/buildwindows.sh index c3746f2cf..ff353eab4 100755 --- a/nightly/buildwindows.sh +++ b/nightly/buildwindows.sh @@ -11,7 +11,7 @@ if [ "$result" != 0 ]; then exit $result fi -make -j5 2>build/make.log +make -j16 2>build/make.log result=$? if [ "$result" != 0 ]; then exit $result |