mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-18 05:34:02 -04:00
add CCACHE_DISABLE=1 to pgo.sh to avoid errors when ccache is enabled
This commit is contained in:
parent
642f9910c2
commit
85a4e4ccc1
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ set -x
|
||||||
# echo "CFLAGS: ${CFLAGS}"
|
# echo "CFLAGS: ${CFLAGS}"
|
||||||
|
|
||||||
export CFLAGS
|
export CFLAGS
|
||||||
|
export CCACHE_DISABLE=1
|
||||||
meson setup --buildtype=release -Db_lto=true "${@}" "${blddir}" "${srcdir}"
|
meson setup --buildtype=release -Db_lto=true "${@}" "${blddir}" "${srcdir}"
|
||||||
|
|
||||||
if [ ${do_pgo} = yes ]; then
|
if [ ${do_pgo} = yes ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue