Re: [ccache] Help with adding support to custom language

2019-01-03 Thread Joel Rosdahl via ccache
On Thu, 3 Jan 2019 at 23:02, Andre Calfa wrote: > One of the motivations is that our current compiler cache is only supported > locally for each build server. In some cases the compilation of a single > input file takes a long time due to its size, and we cannot avoid its > compilation when the

Re: [ccache] Help with adding support to custom language

2019-01-03 Thread Andre Calfa via ccache
Hi Joel, Thank you for your reply. > > What problems do you see with your own compiler cache that makes you > consider > using ccache instead? > One of the motivations is that our current compiler cache is only supported locally for each build server. In some cases the compilation of a single

Re: [ccache] Help with adding support to custom language

2019-01-03 Thread Joel Rosdahl via ccache
Hi Andre, On Thu, 3 Jan 2019 at 20:39, Andre Calfa via ccache wrote: > We currently have our own compiler cache for the compiler we developed, but > we would like to switch to ccache if possible. Our compiler takes as input > a custom language and generates both a .cpp file and a .h file. I