Bläddra i källkod

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

legacy
Sam Hocevar sam 14 år sedan
förälder
incheckning
5bd1a0f887
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. +1
    -1
      build-linux
  2. +1
    -1
      build-mingw

+ 1
- 1
build-linux Visa fil

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



+ 1
- 1
build-mingw Visa fil

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



Laddar…
Avbryt
Spara