This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Gcc precompiled header problem.


On 4 June 2018 at 05:49, François Leblanc wrote:
> With GCC 6.3.0 at least, if you try to compile a precompiled header witch
> include an another header that you have already precompiled, it don't use
> the precompiled one but the no precompiled.

This is clearly documented:

"A precompiled header file can be used only when these conditions apply:
- Only one precompiled header can be used in a particular compilation."

https://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]