Fix ccache default (#14906)

master
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
1 changed files with 1 additions and 1 deletions

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