On Tue, 23 Apr 2019 at 12:06, Paul Smith via cfe-users
wrote:
>
> How can I get clang to stop caring about gch directories for
> precompiled headers that were created by GCC?
>
> Currently my main build uses GCC and it generates .gch directories:
>
> $ ls -1d foo_pch*
> foo_pch.h
> foo_pch.h
On Thu, 2019-04-25 at 14:38 -0700, Richard Smith wrote:
> > How can I tell clang to just ignore the GCC-specific precompiled
> > headers, or equivalently ignore precompiled headers altogether? I
> > can't delete the gch directories because I need them for my build. I've
> > read through the clang