summaryrefslogtreecommitdiff
path: root/build/pcmake
diff options
context:
space:
mode:
Diffstat (limited to 'build/pcmake')
-rwxr-xr-xbuild/pcmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/pcmake b/build/pcmake
index f457ffa61..543e906ce 100755
--- a/build/pcmake
+++ b/build/pcmake
@@ -6,5 +6,5 @@ export PATH=/home/mingw/cross/i686-w64-mingw32/bin:/home/mingw/cross/bin:$PATH
export CXXFLAGS="-Wall -g1 -O2 -pg -ffast-math -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