14 Jun
2011
14 Jun
'11
12:02 a.m.
2011/6/14 Campbell Barton <ideasman42@...400...>:
While a time test at this point is not quite fair, since cmake misses translations & linking inkview I ran one all the same :). Not including configure times and built with "time make -j6" on a 6 core system. cmake: 3min, 38sec. automake: 5min, 56sec.
Please double-check whether CMake compiles with -O2 by default.
With my Waf build system on a 4-core (8 threads) Core i7 machine I had build times around the 3 minutes mark as well, but the difference was because I forgot to add -O2 to the flags.
Regards, Krzysztof