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 | 8ffc96f7ad7af41de809ae8eb984646cf355fd06 (patch) | |
tree | f07a8494f7ad815c9258c581dd44182e3955822e /Config.in | |
parent | 1dac4c1d1686b1d8360d5205a271e96c45c8694a (diff) | |
download | upstream-8ffc96f7ad7af41de809ae8eb984646cf355fd06.tar.gz upstream-8ffc96f7ad7af41de809ae8eb984646cf355fd06.tar.bz2 upstream-8ffc96f7ad7af41de809ae8eb984646cf355fd06.zip |
and now, finally, enable ccache support
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4434 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" |