Explorar el Código

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

legacy
Sam Hocevar sam hace 13 años
padre
commit
5bd1a0f887
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      build-linux
  2. +1
    -1
      build-mingw

+ 1
- 1
build-linux Ver fichero

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


+ 1
- 1
build-mingw Ver fichero

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


Cargando…
Cancelar
Guardar