app-shells/bash: -fprofile-correction
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
6e5832c851
commit
e268ff6dbb
|
@ -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
Loading…
Reference in a new issue