Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] cmake build speed

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] cmake build speed


Chronological Thread 
  • From: Joachim Reichel <>
  • To:
  • Subject: Re: [cgal-discuss] cmake build speed
  • Date: Wed, 28 Jul 2010 00:03:53 +0200

Hi,

> If you have multiple source files, and are working on a unix system with
> gcc, the "ccache" tool can be very handy to obtain faster build times...

but only if your build system rebuilds source files although that would
not be necessary. Since cmake has proper dependency analysis and the
generated makefiles only rebuild the source files that need to get
rebuild, ccache won't help here, right?

Joachim



Archive powered by MHonArc 2.6.16.

Top of Page