From 260eb79381c3bc27647ade525bf3a77c903abb50 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 31 May 2019 02:10:15 +0300 Subject: Change jobs count to 16 in build scripts --- build/pcmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/pcmake') diff --git a/build/pcmake b/build/pcmake index fed0a4d68..bc1d82061 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 -Wno-attributes" 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 -- cgit v1.2.3-60-g2f50