Skip to content

Commit

Permalink
Fix ccache default (qmk#14906)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and ptrxyz committed Nov 6, 2021
1 parent 0770580 commit 2b02051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b02051

Please sign in to comment.