Skip to content

Commit

Permalink
Update max_jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed May 9, 2024
1 parent 9d43490 commit 629e143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ declare -r gcc_directory='/tmp/gcc-14.1.0'
declare -r optflags='-Os'
declare -r linkflags='-Wl,-s'

declare -r max_jobs="$(($(nproc) * 10))"
declare -r max_jobs="$(($(nproc) * 16))"

declare build_type="${1}"

Expand Down

0 comments on commit 629e143

Please sign in to comment.