Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] reducing compile time

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] reducing compile time


Chronological Thread 
  • From: Andreas Meyer <>
  • To:
  • Subject: Re: [cgal-discuss] reducing compile time
  • Date: Tue, 27 Nov 2007 11:39:06 +0100

Mahmood NT wrote:
>What about google g++ precompiled header
I found some tools: "distcc" and "ccache". But I have to work with them.
No comment....


These are for caching a whole translation unit and wont help for CGAL, because here, most programs only have one translation unit (one C file, which includes everything else).

What about this: http://www.google.com/search?q=gcc+precompiled+header
The top-3 seem to cover the topic quite well:

http://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html
http://en.wikipedia.org/wiki/Precompiled_header
http://www.gamesfromwithin.com/articles/0504/000086.html

Best,
Andreas



Archive powered by MHonArc 2.6.16.

Top of Page