Ver código fonte

build: add -j6 to our build scripts' "make" invocations.

legacy
Sam Hocevar sam 13 anos atrás
pai
commit
5bd1a0f887
2 arquivos alterados com 2 adições e 2 exclusões
  1. +1
    -1
      build-linux
  2. +1
    -1
      build-mingw

+ 1
- 1
build-linux Ver arquivo

@@ -7,5 +7,5 @@ set -ex
./bootstrap
./configure
make clean
make
make -j6


+ 1
- 1
build-mingw Ver arquivo

@@ -71,5 +71,5 @@ fi
./configure $HOSTFLAGS $BUILDFLAGS \
CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" \
GTK_LIBS="$GTK_LIBS" LOL_LIBS="$LOL_LIBS"
make
make -j6


Carregando…
Cancelar
Salvar