ソースを参照

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

legacy
Sam Hocevar sam 13年前
コミット
5bd1a0f887
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      build-linux
  2. +1
    -1
      build-mingw

+ 1
- 1
build-linux ファイルの表示

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


+ 1
- 1
build-mingw ファイルの表示

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


読み込み中…
キャンセル
保存