mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
pgo: pgo.sh: add meson bld/src dir arguments last
This commit is contained in:
parent
6d67c2b4ab
commit
a941253ba7
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ esac
|
||||||
# echo "CFLAGS: ${CFLAGS}"
|
# echo "CFLAGS: ${CFLAGS}"
|
||||||
|
|
||||||
export CFLAGS
|
export CFLAGS
|
||||||
meson "${@}" "${blddir}" "${srcdir}" --buildtype=release -Db_lto=true
|
meson setup --buildtype=release -Db_lto=true "${@}" "${blddir}" "${srcdir}"
|
||||||
|
|
||||||
if [ ${do_pgo} = yes ]; then
|
if [ ${do_pgo} = yes ]; then
|
||||||
find "${blddir}" -name "*.gcda" -delete
|
find "${blddir}" -name "*.gcda" -delete
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue