Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a86ea61c authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

ccache: relax cache sloppiness for time macros

parent b8c013b2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,7 +4,8 @@
if [ "$USE_CCACHE" = 1 ]; then
  echo ">> [$(date)] Setting up ccache config"
  ccache --set-config=max_size=100G \
    --set-config=compression_level=6
    --set-config=compression_level=6 \
    --set-config=sloppiness=time_macros
  # Recompress the cache
  ccache --recompress 6
  # Delete not recently used files