[ALL] Re-enable ccache to speed up consecutive builds
This commit is contained in:
parent
aca6bbdcf3
commit
4280abe4d6
|
@ -4,6 +4,8 @@ BR2_BINUTILS_VERSION_2_39_X=y
|
|||
BR2_GCC_VERSION_12_X=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
BR2_DL_DIR="../../downloads"
|
||||
BR2_CCACHE=y
|
||||
BR2_CCACHE_DIR="ccache"
|
||||
BR2_OPTIMIZE_2=y
|
||||
BR2_ENABLE_LTO=y
|
||||
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/patches"
|
||||
|
|
|
@ -5,6 +5,8 @@ BR2_BINUTILS_VERSION_2_39_X=y
|
|||
BR2_GCC_VERSION_12_X=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
BR2_DL_DIR="../../downloads"
|
||||
BR2_CCACHE=y
|
||||
BR2_CCACHE_DIR="ccache"
|
||||
BR2_OPTIMIZE_2=y
|
||||
BR2_ENABLE_LTO=y
|
||||
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/patches $(BR2_EXTERNAL)/board/ovos/raspberrypi/patches"
|
||||
|
|
Loading…
Reference in New Issue