commit | 87031e3cf97c56d3b9d631ef9b5c3fa0003814e2 | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Mon Feb 26 13:49:54 2018 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Mar 02 07:13:21 2018 +0100 |
tree | 1196ba8095ec064df0b27d6532c507e1723fab02 | |
parent | 816c709ef245393c15a60bedea34503d6f22bc59 [diff] |
cmake: Find out earlier whether ccache is to be used or not Moving the ccache build script earlier in allows us to export ccache to external projects. Using ccache with external projects, such as OpenThread, can significantly speed up the build time. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>