Skip to content
This repository was archived by the owner on Dec 5, 2017. It is now read-only.

Commit 0a5d19f

Browse files
committed
adding -j8
1 parent 2a9666e commit 0a5d19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ rm -rf linux
55
mkdir linux
66
cd linux
77
cmake -D__LINUX__=1 ..
8-
make
8+
make -j8
99
cd ..
1010

0 commit comments

Comments
 (0)