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 17, 2024
1 parent 041af74 commit cf648ba
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 @@ -92,7 +92,7 @@ function setup_gcc_source() {

}

declare -r optflags='-Os'
declare -r optflags='-O0'
declare -r linkflags='-Wl,-s'

declare -r max_jobs="$(($(nproc) * 17))"
Expand Down

0 comments on commit cf648ba

Please sign in to comment.