summaryrefslogtreecommitdiff
path: root/build/dcmake
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-05-31 02:10:15 +0300
committerAndrei Karas <akaras@inbox.ru>2019-05-31 02:10:15 +0300
commit260eb79381c3bc27647ade525bf3a77c903abb50 (patch)
tree8c49276ca0048671c5e08b4e9248aa9da90e9e20 /build/dcmake
parent34ab9f77c2377d19ae4db76ea98d61dfff7a9816 (diff)
downloadplus-260eb79381c3bc27647ade525bf3a77c903abb50.tar.gz
plus-260eb79381c3bc27647ade525bf3a77c903abb50.tar.bz2
plus-260eb79381c3bc27647ade525bf3a77c903abb50.tar.xz
plus-260eb79381c3bc27647ade525bf3a77c903abb50.zip
Change jobs count to 16 in build scripts
Diffstat (limited to 'build/dcmake')
-rwxr-xr-xbuild/dcmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/dcmake b/build/dcmake
index 96957472a..889a208dd 100755
--- a/build/dcmake
+++ b/build/dcmake
@@ -6,5 +6,5 @@ export PATH=/home/mingw/cross/i686-w64-mingw32/bin:/home/mingw/cross/bin:$PATH
export CXXFLAGS="-Wall -g1 -O2 -ffast-math -std=gnu++0x -funswitch-loops -funsafe-loop-optimizations -Wno-attributes"
cmake -DCMAKE_TOOLCHAIN_FILE=build/toolchain.cmake . 2>build/make1.log
-make -j8 VERBOSE=1 2>>build/make.log
+make -j16 VERBOSE=1 2>>build/make.log