mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
cbae9bc1c8
This patch simplifies the use of ccache with the build system. Up until now, each developer had to set up the ccache hooks manually, adjust the PATH variable, and customize the etc/tools.conf in each build directory. With the patch, ccache can be enabled by un-commenting a single line in the etc/build.conf file. Fixes #4004
4 lines
47 B
Plaintext
4 lines
47 B
Plaintext
# enable use of compiler cache
|
|
#CCACHE := yes
|
|
|