From 0d144d1a990dd507ca7c595b21a5fa13d22161a0 Mon Sep 17 00:00:00 2001 From: Ramneet Singh Date: Thu, 24 Oct 2024 07:53:54 +0000 Subject: tools/syz-build: expose ccache as cli flag While Ccache is a field in build.Params, a user of syz-build does not have the option to set it via the CLI. This PR exposes a CLI flag for ccache and passes it to build.Params. --- CONTRIBUTORS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a20c7115e..88b58f7a3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -133,4 +133,5 @@ Simone Weiß Amazon Bjoern Doebel Viacheslav Sablin -Davide Ornaghi \ No newline at end of file +Davide Ornaghi +Ramneet Singh -- cgit mrf-deployment