1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

autobuild: enable ccache

This commit is contained in:
Andrew Tridgell 2010-09-25 16:32:55 -07:00
parent d9a0546666
commit 00791652f4

View File

@ -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}",