KDE/kdelibs/cmake/modules

Alexander Neundorf neundorf at kde.org
Thu Apr 20 01:14:45 CEST 2006


On Thursday 20 April 2006 01:07, you wrote:
...
> But of course I didn't profile where most of the time was spent... I was
> planning to do that -after- doing the obvious, i.e. actually using the
> cache :)
>
> So, I don't know what's best; maybe someone has an idea about where most of
> the time is actually spent during the automatic re-configuring.

I'd guess dependency and/or rule calculation. Or malloc ?

When setting CMAKE_SKIP_RULE_DEPENDENCY to TRUE, object files won't have 
dependencies to the cmake files (... and by that be rebuilt less often, which 
may be nice but which also can introduce subtle problems).

Bye
Alex
-- 
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org                - http://www.kde.org
      alex AT neundorf.net               - http://www.neundorf.net


More information about the Kde-buildsystem mailing list