diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-17 16:02:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-17 16:02:20 +0300 |
commit | 977420e7831773a6bafaacfbfa277165451e7e43 (patch) | |
tree | 833037c9bd23ac95cbc92370afb40ca580342535 /build/pcmake | |
parent | 59b2d1d51e2722029ca8fe36941dff2f0b1e5982 (diff) | |
download | mv-977420e7831773a6bafaacfbfa277165451e7e43.tar.gz mv-977420e7831773a6bafaacfbfa277165451e7e43.tar.bz2 mv-977420e7831773a6bafaacfbfa277165451e7e43.tar.xz mv-977420e7831773a6bafaacfbfa277165451e7e43.zip |
increase process make count in build scripts.
Diffstat (limited to 'build/pcmake')
-rwxr-xr-x | build/pcmake | 2 |
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 |