Commit ba16ff5a authored by Pawel Karczewski's avatar Pawel Karczewski
Browse files

cmake: add ccache support

On my not-so-fast NUC it improves build time:

clean build without ccache (and first build with ccache):
real	6m15.062s
user	19m45.633s
sys	1m48.421s

second clean build with ccache:
real	0m48.836s
user	1m48.793s
sys	0m35.407s

It's not needed for CI, as builds are done in containers and do not share
ccache anyway
parent 3a849de9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment