[Digikam-devel] Faster change-compile-test cycle
Gilles Caulier
caulier.gilles at gmail.com
Mon Mar 26 12:19:47 BST 2007
2007/3/25, Marcel Wiesweg <marcel.wiesweg at gmx.de>:
>
> Hi,
>
> with the inclusion of digikamimageplugins, recompilation is now even
> slower
> because a change in any source file in libdigikam (=most files) will lead
> to
> relinking every single image plugin. And linking is slow these days.
>
> I added this to the top Makefile.am (tabs at the beginning, not spaces):
>
> fastcompile:
> for i in libs utilities digikam kioslave; \
> do \
> cd $$i; \
> make || exit 1; \
> cd ..; \
> done
>
> and a "make fastcompile" skips the imageplugins if you work on the core.
> I would be interested if a more elegant solution is possible...but please
> dont
> invest more than a few minutes, CMake is coming soon ;-)
no more elegant...
Perhaps we can use the macro "DO_NOT_COMPILE=imageplugins" when we work only
on core...
Gilles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/digikam-devel/attachments/20070326/f4281327/attachment.html>
More information about the Digikam-devel
mailing list