Skip to content

Commit 7841952

Browse files
authored
Update build_release.py
1 parent b9903f1 commit 7841952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def run_cmd_get_stdout(cmd):
6464

6565
run_cmd("git submodule update --init --recursive")
6666
run_cmd("make clean")
67-
run_cmd("make -j32 release")
67+
run_cmd("make -j release")
6868

6969
run_cmd("mkdir -p bin/example")
7070

0 commit comments

Comments
 (0)