Hi Rafal,

I think the build system will only compile files that have changed or have
been affected by changes (e.g. adding an include etc), so it generally
won't compile more than it needs to. Unfortunately I don't know of any way
that will reduce the amount of files that are compiled. You may get some
speed up by doing "make -j 5" instead of "make"

On Mon, Oct 31, 2011 at 8:16 AM, Rafał Oracz <ra...@oracz.it> wrote:

> Hi,
>
> Is there any possibility to build only C++ module which has been changed?
> Compiling whole nox takes a few long minutes, and if you do it often it is
> very disruptive.
>
> thanks.
> ______________________________**_________________
> nox-dev mailing list
> nox-dev@noxrepo.org
> http://noxrepo.org/mailman/**listinfo/nox-dev<http://noxrepo.org/mailman/listinfo/nox-dev>
>
_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev

Reply via email to