disable ccache if not explicitly enabled

This commit is contained in:
tooomm 2026-07-24 14:12:20 +02:00
parent 09b55b118a
commit 16ff75c20f
3 changed files with 4 additions and 2 deletions

View file

@ -124,6 +124,9 @@ set -e
# Setup
./servatrice/check_schema_version.sh
if [[ ! $USE_CCACHE ]]; then
USE_CCACHE=0
fi
if [[ ! $BUILDTYPE ]]; then
BUILDTYPE=Release
fi