[fpc-devel] Comparison FPC 2.6.2 - Delphi 7
Marco van de Voort
marcov at stack.nl
Mon Mar 4 11:19:38 CET 2013
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.
More information about the fpc-devel
mailing list