add CCACHE_DISABLE=1 to pgo.sh to avoid errors when ccache is enabled

This commit is contained in:
Fazzi 2023-10-20 10:06:05 +01:00
parent 642f9910c2
commit 85a4e4ccc1

View file

@ -82,6 +82,7 @@ set -x
# echo "CFLAGS: ${CFLAGS}"
export CFLAGS
export CCACHE_DISABLE=1
meson setup --buildtype=release -Db_lto=true "${@}" "${blddir}" "${srcdir}"
if [ ${do_pgo} = yes ]; then