diff options
| author | Mike Baker <mbm@openwrt.org> | 2006-08-04 06:56:10 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2006-08-04 06:56:10 +0000 |
| commit | c8b0cd5a5babeafddab9f6ffd52a5a14fbe649c8 (patch) | |
| tree | 280d1119808b5c2a05fa2dd9a1e3e568dc5d018a /openwrt/Config.in | |
| parent | ad24256f8fd117695b1cb69f8afab9118157d5d0 (diff) | |
| download | mtk-20170518-c8b0cd5a5babeafddab9f6ffd52a5a14fbe649c8.zip mtk-20170518-c8b0cd5a5babeafddab9f6ffd52a5a14fbe649c8.tar.gz mtk-20170518-c8b0cd5a5babeafddab9f6ffd52a5a14fbe649c8.tar.bz2 | |
and now, finally, enable ccache support
SVN-Revision: 4434
Diffstat (limited to 'openwrt/Config.in')
| -rw-r--r-- | openwrt/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in index 752e1d9..edcb19a 100644 --- a/openwrt/Config.in +++ b/openwrt/Config.in @@ -44,6 +44,13 @@ config JLEVEL help Number of jobs to run simultanesouly +config CCACHE + bool + prompt "Use ccache" if BUILDOPTS + default n + help + Compiler cache; see http://ccache.samba.org/ + source "toolchain/Config.in" source "target/sdk/Config.in" |
