diff options
Diffstat (limited to 'build/bmaketestsimd')
-rwxr-xr-x | build/bmaketestsimd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/bmaketestsimd b/build/bmaketestsimd index 3747bff57..41f07e679 100755 --- a/build/bmaketestsimd +++ b/build/bmaketestsimd @@ -27,6 +27,6 @@ autoreconf -i --enable-unittests cd po -make -j8 update-gmo 2>../build/make1.log +make -j16 update-gmo 2>../build/make1.log cd .. -make -j8 check 2>build/make2.log +make -j16 check 2>build/make2.log |