summaryrefslogtreecommitdiff
path: root/build/bcmake
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-17 16:02:20 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-17 16:02:20 +0300
commit977420e7831773a6bafaacfbfa277165451e7e43 (patch)
tree833037c9bd23ac95cbc92370afb40ca580342535 /build/bcmake
parent59b2d1d51e2722029ca8fe36941dff2f0b1e5982 (diff)
downloadplus-977420e7831773a6bafaacfbfa277165451e7e43.tar.gz
plus-977420e7831773a6bafaacfbfa277165451e7e43.tar.bz2
plus-977420e7831773a6bafaacfbfa277165451e7e43.tar.xz
plus-977420e7831773a6bafaacfbfa277165451e7e43.zip
increase process make count 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 b6c36a41d..ec0234367 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 -j5 VERBOSE=1 2>>build/make.log
+make -j8 VERBOSE=1 2>>build/make.log