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: Thu, 29 Jul 2010 00:40:17 +0200

Hi,

>> 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?
> This depends upon whether you make clean or not on your project. My
> personal workflow seems to get about a 50% hit rate on the cache.

but why would one use "make clean" if you have proper dependency
tracking? Unless I'm missing something a simple "make" (without "make
clean") will recompile exactly those translation units that ccache can
not serve from the cache because the cached version is outdated.

Joachim



Archive powered by MHonArc 2.6.16.

Top of Page