Felipe Monteiro de Carvalho wrote:
> On 11/1/07, Micha Nelissen <[EMAIL PROTECTED]> wrote:
>> If then, the application is compiled in Release mode, automatically, the
>> "release" version of e.g. the LCL/RTL/FCL would be used, which were
>> compiled with -O2 for instance, while the debug version was compiled
>> with '-O- -g' or similar.
> 
> Is this really necessary? Isn't stripping symbols from the end
> executable enougth?

It's necessary, because -O2 code is usually more compact and faster; but
hard to debug.

Micha

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

Reply via email to