summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-06-02 03:44:42 +0300
committerAndrei Karas <akaras@inbox.ru>2019-06-02 03:44:42 +0300
commit9a55bb80aca70dd2e38c4518c0134e517e48c635 (patch)
treef5a949b372ae4b4fbc7179b0e38511b5bb42558b /build
parent6fd2fe056f493d134dc9c9ef435492fc8bf82f61 (diff)
downloadplus-9a55bb80aca70dd2e38c4518c0134e517e48c635.tar.gz
plus-9a55bb80aca70dd2e38c4518c0134e517e48c635.tar.bz2
plus-9a55bb80aca70dd2e38c4518c0134e517e48c635.tar.xz
plus-9a55bb80aca70dd2e38c4518c0134e517e48c635.zip
Change jobs count in win_make script
Diffstat (limited to 'build')
-rwxr-xr-xbuild/win_make2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win_make b/build/win_make
index dbeb65888..6e7adb83c 100755
--- a/build/win_make
+++ b/build/win_make
@@ -13,4 +13,4 @@ cd build/tmp
--host=${CROSS} \
--enable-werror || exit 1
-make -j9 2>../make2.log || exit 1
+make -j16 2>../make2.log || exit 1