Skip to content

Commit

Permalink
feat: add CMAKE_BUILD_PARALLEL_LEVEL
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jan 19, 2025
1 parent d62cef8 commit 6ef1dbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -e
# General

ARCH=${ARCH:-${1:-$(uname -m)}}
CMAKE_BUILD_PARALLEL_LEVEL=${CMAKE_BUILD_PARALLEL_LEVEL:-4}

if [ $ARCH == "x86_64" ]; then
yarn clean && yarn build-native
Expand Down

0 comments on commit 6ef1dbc

Please sign in to comment.