diff options
Diffstat (limited to 'target/config/Config.in.adk')
-rw-r--r-- | target/config/Config.in.adk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk index 5eb2ad319..50fef2866 100644 --- a/target/config/Config.in.adk +++ b/target/config/Config.in.adk @@ -32,6 +32,12 @@ config ADK_STATIC help Useful for toolchain only target devices. +config ADK_USE_CCACHE + bool "Use ccache to speedup recompilation" + default n + help + Useful if you have enough space for the cache and need speedup compilation. + config ADK_MAKE_JOBS int default 1 if ! ADK_MAKE_PARALLEL |