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

Commit 1d0e1ef

Browse files
committed
release build
1 parent 0a5d19f commit 1d0e1ef

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
@@ -4,7 +4,7 @@ rm -rf lib
44
rm -rf linux
55
mkdir linux
66
cd linux
7-
cmake -D__LINUX__=1 ..
7+
cmake -DCMAKE_BUILD_TYPE=Release -D__LINUX__=1 ..
88
make -j8
99
cd ..
1010

0 commit comments

Comments
 (0)