Added verbose flag to ccache command in appimage build

This commit is contained in:
OpenSauce04 2024-04-21 10:36:19 +01:00
parent 274afb7654
commit 5cae96f72e

View File

@ -24,10 +24,6 @@ ninja
if [ "$TARGET" = "appimage" ]; then
ninja bundle
# TODO: Our AppImage environment currently uses an older ccache version without the verbose flag.
ccache -s
else
ccache -s -v
fi
ccache -s -v
ctest -VV -C Release