summaryrefslogtreecommitdiff
path: root/build/bcmake
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/bcmake
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/bcmake')
-rwxr-xr-xbuild/bcmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bcmake b/build/bcmake
index 4cfc60646..64f67e9bf 100755
--- a/build/bcmake
+++ b/build/bcmake
@@ -7,5 +7,5 @@ export CXXFLAGS="-Wall -O5 -flto -fwhole-program -ffast-math -funswitch-loops -f
#export CXXFLAGS="-Wall -O5 -g1 -ffast-math -funswitch-loops -funsafe-loop-optimizations -std=gnu++0x"
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