diff options
| author | Ramneet Singh <ramneet2001@gmail.com> | 2024-10-24 07:53:54 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-10-24 09:09:31 +0000 |
| commit | 0d144d1a990dd507ca7c595b21a5fa13d22161a0 (patch) | |
| tree | 98bb26e341da1842b437beba9ac54bbdbb5c5ea3 /CONTRIBUTORS | |
| parent | 092bf4ab6d1618531dc1d9d9c3231d0e7b6bf6d8 (diff) | |
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.
Diffstat (limited to 'CONTRIBUTORS')
| -rw-r--r-- | CONTRIBUTORS | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
