mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-18 05:05:40 +00:00
Fix ccache default (#14906)
This commit is contained in:
parent
b36e0c6658
commit
1b93d576f8
@ -70,7 +70,7 @@ CSTANDARD = -std=gnu99
|
|||||||
#CXXDEFS +=
|
#CXXDEFS +=
|
||||||
|
|
||||||
# Speed up recompilations by opt-in usage of ccache
|
# Speed up recompilations by opt-in usage of ccache
|
||||||
USE_CCACHE ?= yes
|
USE_CCACHE ?= no
|
||||||
ifneq ($(USE_CCACHE),no)
|
ifneq ($(USE_CCACHE),no)
|
||||||
CC_PREFIX ?= ccache
|
CC_PREFIX ?= ccache
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user