Merge "ccache: Allow external setting of CCACHE_COMPILERCHECK variable"
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
ifneq ($(filter-out false,$(USE_CCACHE)),)
|
ifneq ($(filter-out false,$(USE_CCACHE)),)
|
||||||
# The default check uses size and modification time, causing false misses
|
# The default check uses size and modification time, causing false misses
|
||||||
# since the mtime depends when the repo was checked out
|
# 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
|
# See man page, optimizations to get more cache hits
|
||||||
# implies that __DATE__ and __TIME__ are not critical for functionality.
|
# implies that __DATE__ and __TIME__ are not critical for functionality.
|
||||||
|
Reference in New Issue
Block a user