In our previous episode, Henry Vermaak said:
> > Manually maintaining dependencies between compilation units is stone-age.
> 
> I just add all the objects to a variable in a Makefile.
> 
> The result is that I have a 27000 line c library that compiles in *half*
> the time it takes to compile a 4000 line lazarus program because my c
> lib can be built with make -j 9.

I'm not exactly sure what this proves. The C situation is not equivalent to
the Pascal situation, the latter trying to make sure all (Pascal level
symbols) are there before the linker.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to