summaryrefslogtreecommitdiff
path: root/build/bcmake
diff options
context:
space:
mode:
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