Skip to content

Commit

Permalink
debug: increase jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Rongqi Sun <sunrongqi@huawei.com>
  • Loading branch information
Svelar committed Apr 26, 2024
1 parent 4a987d7 commit 0adaf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/run-make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function build() {
$DRY_RUN ccache -s # print the ccache statistics to evaluate the efficiency
}

DEFAULT_MAKEOPTS=${DEFAULT_MAKEOPTS:--j$(get_processors)}
DEFAULT_MAKEOPTS=${DEFAULT_MAKEOPTS:--j 72}

if [ "$0" = "$BASH_SOURCE" ]; then
# not sourced
Expand Down

0 comments on commit 0adaf9e

Please sign in to comment.