On 09/11/06, Luis R. Hilario B. <[EMAIL PROTECTED]> wrote:
> Which files are enormous?

The final result of the programs created with MSEide + MSEgui

Isn't that just because of the debug information inside the
executables.  This is covered in the Free Pascal or Lazarus FAQ.  Use
the 'strip' command, to remove the debug information from the
executable.

For example:
I compile a app with Lazarus and the executable is 12Mb.  After using
'strip appname.exe' it shrinks down to 4Mb.

Regards,
 - Graeme -

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to