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:
parent
d9a0546666
commit
00791652f4
@ -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}",
|
||||
|
Loading…
Reference in New Issue
Block a user