[Lazarus] "Quick Compile command" question

Graeme Geldenhuys graemeg.lists at gmail.com
Wed Nov 12 10:33:00 CET 2008


On Wed, Nov 12, 2008 at 10:41 AM, Fabio Dell'Aria
<fabio.dellaria at gmail.com> wrote:
>
> What is the difference from the normal "Build" (Ctrl+F9) command and
> the "Quick Compile" command?


Build = Compile + Linking
Quick Compile  = only does compiling, no linking (so you don't get a
new executable).


The latter is very handy for quickly testing code changes because the
linking part is quite slow.


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the Lazarus mailing list