This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: pre compiled headers
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: <harsha at vishvakannada dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: 10 Jan 2002 09:03:22 -0800
- Subject: Re: pre compiled headers
- References: <06141181206541@MAIL.leftcoast.net>
>>>>> " " == <harsha@vishvakannada.com> writes:
> I am compiling a big poject using gcc
> I want to create pre compiled headers automatically
> Now all my headers are compiling each time for each cpp file
> can you tell me how can i specify pre compiled header file
there is no precompiled header support in gcc.
Apple has their own tree that has precompiled headers, which gives
about a 3X speed up, but it's mostly tested for x86 and powerpc.
RedHat has their own precompiled header implementation in a branch,
but i don't believe it's working.
Aldy