mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
pgo: execute xtgettcap utility, to get profiling data
Fixes: ../utils/xtgettcap.c:175:1: error: ‘/home/daniel/src/foot/src/utils/xtgettcap.p/xtgettcap.c.gcda’ profile count data file not found [-Werror=missing-profile]
This commit is contained in:
parent
9937d92c85
commit
503740f836
2 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ rm -f "${blddir}"/pgo-ok
|
|||
# To ensure profiling data is generated in the build directory
|
||||
cd "${blddir}"
|
||||
|
||||
"${blddir}"/utils/xtgettcap name
|
||||
"${blddir}"/footclient --version
|
||||
"${blddir}"/foot \
|
||||
--config=/dev/null \
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ rm -f "${blddir}"/pgo-ok
|
|||
# To ensure profiling data is generated in the build directory
|
||||
cd "${blddir}"
|
||||
|
||||
"${blddir}"/utils/xtgettcap name
|
||||
"${blddir}"/footclient --version
|
||||
"${blddir}"/foot --version
|
||||
"${blddir}"/pgo "${pgo_data}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue