This is the mail archive of the gcc@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]

Re: Howto specifying a pre-compiled C++ header ?


Geoffrey L. Brimhall wrote:
> 
> Coming from a msvc++ background, it had a directive for precompiled 
> header file which greatly increased compile time.
> 
> Does egcs have something similar ? If so, what is the command line 
> directive to invoke it ?

The Egcs compiler doesn't need such a directive, it has greatly-increased 
compile time by default.  ;-)

Seriously, what you are asking for is really support for the "export" 
keyword.  This is a standard, portable solution to the problem.  Only 
preliminary work on this has been done on it, to my knowledge.

Nathan Myers
ncm@cantrip.org


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