mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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}"
|
||||
|
||||
export CFLAGS
|
||||
export CCACHE_DISABLE=1
|
||||
meson setup --buildtype=release -Db_lto=true "${@}" "${blddir}" "${srcdir}"
|
||||
|
||||
if [ ${do_pgo} = yes ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue