From 4c102c1828e19f29666c0818a98c99171565c5b8 Mon Sep 17 00:00:00 2001 From: mbm Date: Fri, 4 Aug 2006 06:56:10 +0000 Subject: and now, finally, enable ccache support git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4434 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 752e1d93e..edcb19a4f 100644 --- a/Config.in +++ b/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" -- cgit v1.2.3