Looking at the code there are reverences to USE_PCH, but there is no initialisation for cc/gcc. Is that due to any specific reason can this be used with GCC?
I tried to hack the code around and got "somewhere" meaning that I got the build to finish and can see that it indeed uses the PCH, but I wanted to check if there is a simpler way to do it out of the box that I am missing.