-
- Downloads
Makefile: add support for ccache
This improves build times when source files are unchanged. On a warm cache, my machine gets a 98% hitrate for tests/01-compile-base: cache hit (direct) 1621 cache hit (preprocessed) 0 cache miss 33 cache hit rate 98.00 % compile failed 4 couldn't find the compiler 9 cleanups performed 0 The 9 "couldn't find the compiler" are caused by not having msp430-gcc installed on my machine, and the failed compilations are caused by compiler warnings.
Please register or sign in to comment