app-shells/bash: -fprofile-correction

Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2024-07-01 14:24:36 +02:00
parent 6e5832c851
commit e268ff6dbb
Signed by: alarig
GPG key ID: 7AFE62C6DF8BCDEC
2 changed files with 2 additions and 2 deletions

View file

@ -248,11 +248,11 @@ src_compile() {
-fprofile-update=atomic -fprofile-update=atomic
-fprofile-dir="${T}"/pgo -fprofile-dir="${T}"/pgo
-fprofile-generate="${T}"/pgo -fprofile-generate="${T}"/pgo
-fprofile-correction
) )
pgo_use_flags=( pgo_use_flags=(
-fprofile-use="${T}"/pgo -fprofile-use="${T}"/pgo
-fprofile-dir="${T}"/pgo -fprofile-dir="${T}"/pgo
-fprofile-correction
) )
if flag=$(test-flags-CC -fprofile-partial-training); then if flag=$(test-flags-CC -fprofile-partial-training); then
pgo_generate_flags+=( "${flag}" ) pgo_generate_flags+=( "${flag}" )

File diff suppressed because one or more lines are too long