更新文档,提供ccache的支持,加速编译过程

This commit is contained in:
NeoZeng
2022-11-20 15:10:59 +08:00
parent 9fd540efba
commit 267b9c41b1
2 changed files with 9 additions and 4 deletions

View File

@@ -142,7 +142,8 @@ HAL_N_Middlewares/Middlewares/Third_Party/SEGGER/RTT/SEGGER_RTT_ASM_ARMv7M.s
#######################################
# binaries
#######################################
PREFIX = ccache arm-none-eabi-
PREFIX = arm-none-eabi-
# PREFIX = ccache arm-none-eabi- 可以通过安装ccache来缓存makefile内容加速编译
# The gcc compiler bin path can be either defined in make command via GCC_PATH variable (> make GCC_PATH=xxx)
# either it can be added to the PATH environment variable.
ifdef GCC_PATH