This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
build: add -j6 to our build scripts' "make" invocations.
legacy
Sam Hocevar
sam
13 years ago
parent
1569f1620a
commit
5bd1a0f887
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build-linux
+1
-1
build-mingw
+ 1
- 1
build-linux
View File
@@ -7,5 +7,5 @@ set -ex
./bootstrap
./configure
make clean
make
make
-j6
+ 1
- 1
build-mingw
View File
@@ -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…
Cancel
Save