Re: Bug with clang

Eric Chamberland <[email protected]> Sun, 13 Mar 2016 15:13:18 -0400
Newsgroups gmane.comp.compilers.ccache
Organization http://www.giref.ulaval.ca
Message-ID <[email protected]>
Just for fun...

I modified ccache.c with:

+               args_add(args, "-C");
                 args_add(args, "-E");

and it seems to work nicely... ;)

I will keep this small modification at work until an official release 
can support it...

Thanks,

Eric