pgo: pgo.sh: add meson bld/src dir arguments last

This commit is contained in:
Daniel Eklöf 2021-09-04 18:41:49 +02:00
parent 6d67c2b4ab
commit a941253ba7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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