This website works better with JavaScript.
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
build: add -j6 to our build scripts' "make" invocations.
legacy
Sam Hocevar
sam
13 年之前
父節點
1569f1620a
當前提交
5bd1a0f887
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build-linux
+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
Write
Preview
Loading…
取消
儲存