* commit '3fe9a277fe1f21b947bb7ac5d093d969eb10dc6b': Reenable ccache.
This commit is contained in:
@@ -92,8 +92,12 @@ ifneq ($(USE_CCACHE),)
|
|||||||
# Check that the executable is here.
|
# Check that the executable is here.
|
||||||
ccache := $(strip $(wildcard $(ccache)))
|
ccache := $(strip $(wildcard $(ccache)))
|
||||||
ifdef ccache
|
ifdef ccache
|
||||||
CC_WRAPPER ?= $(ccache)
|
ifndef CC_WRAPPER
|
||||||
CXX_WRAPPER ?= $(ccache)
|
CC_WRAPPER := $(ccache)
|
||||||
|
endif
|
||||||
|
ifndef CXX_WRAPPER
|
||||||
|
CXX_WRAPPER := $(ccache)
|
||||||
|
endif
|
||||||
ccache =
|
ccache =
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user