From 00791652f4a4894ecffbca38d1f9bb4584fb2635 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 25 Sep 2010 16:32:55 -0700 Subject: autobuild: enable ccache --- script/autobuild.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'script') diff --git a/script/autobuild.py b/script/autobuild.py index ec9998950f..957745e193 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -13,6 +13,8 @@ samba_master_ssh = os.getenv('SAMBA_MASTER_SSH', 'git+ssh://git.samba.org/data/g cleanup_list = [] +os.putenv('CC', "ccache gcc") + tasks = { "source3" : [ "./autogen.sh", "./configure.developer ${PREFIX}", -- cgit