Skip to content

Commit

Permalink
[wip] Update to GCC 14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed May 10, 2024
1 parent bbf6042 commit f086a55
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) * 16))"
declare -r max_jobs="$(($(nproc) * 17))"

declare build_type="${1}"

Expand Down

0 comments on commit f086a55

Please sign in to comment.