buildroot/toolchain/ccache/Config.in

17 lines
297 B
Plaintext
Raw Normal View History

#
2004-10-09 07:33:05 +02:00
comment "Ccache Options"
2004-10-09 08:13:40 +02:00
config BR2_CCACHE
bool "Enable ccache support?"
help
Enable ccache support?
config BR2_CCACHE_DIR
string "ccache dir location?"
depends on BR2_CCACHE
default "$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER)/cache"
help
Where ccache should store cached files.