This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Howto specifying a pre-compiled C++ header ?
- To: egcs at cygnus dot com
- Subject: Re: Howto specifying a pre-compiled C++ header ?
- From: Nathan Myers <ncm at cygnus dot com>
- Date: Mon, 12 Oct 1998 20:17:16 -0700
- Newsgroups: cygnus.egcs
- Organization: http://www.cantrip.org/
- References: <XFMail.981010080014.brimhall.cygnus.egcs@pobox.com>
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