Browse Source

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

legacy
Sam Hocevar sam 13 years ago
parent
commit
5bd1a0f887
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      build-linux
  2. +1
    -1
      build-mingw

+ 1
- 1
build-linux View File

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



+ 1
- 1
build-mingw View File

@@ -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



Loading…
Cancel
Save