From: Alexander F. <Ale...@gm...> - 2001-08-10 11:26:06
|
On Friday, 10. August 2001 11:54, Stefan Gehn wrote: > Hi, > > I've seen this for a long time now and I think it's worth a small mail :) > KreateCD-sources are missing a lot of #include <cppfilename.moc> which > saves a lot of time when compiling. > If one forgets to do that, the moc-files will get compiled by gcc which is > a _lot_ slower than just including them. > Hmm, I did never a benchmark what is faster but you're probably right. I started to code kreatecd at a time where I didn't know about the possibility to append the include in the .cpp file - it probably was not supported by am_edit too. (it was called automoc) > I've once fixed that myself but i've been too lazy to send a diff to this > list. So if nobody feels the need to add one line while editing one of the > files just let me know and I will try to do a working diff. > I can do that. Should be no problem. :) Alexander |