Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | >>>>> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: | | Enrico> Yes, I should have thought about it. Given that I like to be | Enrico> pickier than you ;-), shouldn't a warning be given if one of | Enrico> those libraries is not found on Windows? | | I thought about it indeed :) But it means we have to test explicitly | for windows, and I try to avoid that (for no good reason). | | Enrico> I tried the ccache thing on cygwin, but it was a quite | Enrico> disappointing experience: | | Enrico> $ make (initial compile, took about 1h30m) $ make clean $ make | Enrico> (ccache should kick in, took about 1h10m) :( | | Enrico> I found a lot of stuff in ~/.ccache but an improvement of | Enrico> about 20% in compile time is not exactly exciting... | | Disappointing indeed... Especially since the linux numbers are much | better.
How is the hit ratio for the second make run? ccache -s tell you how it fared. -- Lgb