meson-pgo: remove debug output

This commit is contained in:
Daniel Eklöf 2021-08-31 14:24:36 +02:00
parent ffc6fd7e03
commit ecf1b30d53
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -104,6 +104,4 @@ if [ ${do_pgo} = yes ]; then
fi
meson configure "${build_dir}" -Db_pgo=use
else
echo "Not doing PGO"
fi