Re: RFC: Automatically using pre compiled headers

Stefan Fiedler <[email protected]> Wed, 12 Apr 2006 20:22:27 +0000 (UTC)
Newsgroups gmane.linux.distributions.rock.devel
Message-ID <[email protected]>
> Hi,
>
>  this is a proof-of-concept. I'm thinking of using this for building stuff
>  such as kde packages, mozilla and other massive c++ template users. please
>  send comments and ideas.
>
>         http://www.clifford.at/priv/autopch.txt
>
>
>  yours,
>  - clifford

Hi all,

you can give this wrapper script a try with SubMaster patch 
2006041211494029578:

- the script above will always be installed as g++-autopch along with the 
default C++ compiler, so you can also use it on the command line.
- if you select 'Use automatically precompiled C++ headers' (in Config expert 
section), g++-autopch will be used instead of g++ during builds.

In the best case this feature will considerably decrease the build time of C++ 
applications. I've tested it with 'rocket emerge kile' so far. Your feed-back 
is very welcome!

With best regards,
	Stefan Fiedler