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

Commit 939109ba authored by Mohammed Habibulla's avatar Mohammed Habibulla Committed by android-build-merger
Browse files

Merge "ccache: Allow external setting of CCACHE_COMPILERCHECK variable" am:...

Merge "ccache: Allow external setting of CCACHE_COMPILERCHECK variable" am: a48eb99f am: a0bcefa9 am: 618c22cf
am: 6f2d113c

* commit '6f2d113c':
  ccache: Allow external setting of CCACHE_COMPILERCHECK variable

Change-Id: Id5a410e37fc48a0578ed43432fa268af7eaa0dc6
parents 5bf85b12 6f2d113c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
ifneq ($(filter-out false,$(USE_CCACHE)),)
  # The default check uses size and modification time, causing false misses
  # since the mtime depends when the repo was checked out
  export CCACHE_COMPILERCHECK := content
  export CCACHE_COMPILERCHECK ?= content

  # See man page, optimizations to get more cache hits
  # implies that __DATE__ and __TIME__ are not critical for functionality.