Fix ccache default (#14906)

This commit is contained in:
Joel Challis 2021-10-22 00:21:43 +01:00 committed by GitHub
parent b36e0c6658
commit 1b93d576f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ CSTANDARD = -std=gnu99
#CXXDEFS +=
# Speed up recompilations by opt-in usage of ccache
USE_CCACHE ?= yes
USE_CCACHE ?= no
ifneq ($(USE_CCACHE),no)
CC_PREFIX ?= ccache
endif