[fpc-pascal] Exe size

Vincent Snijders vsnijders at quicknet.nl
Thu Sep 4 16:58:03 CEST 2008


Paul schreef:
>> You cannot have both: a small size without debug info *and* a working 
>> debugger.
> 
> I do not need a working debugger.
> 
>> B: an executable that has a small size and can be released: disable 
>> all debugging options (-g, -gl, -gh) and enable string (-Xs) in the 
>> linking tab.
> 
> I've done that and also (-Og, -O2 ), same result (also the debugger crash)

OK, you have a small size and a debuger crash. The debugger crash is ok, 
because you "do not need a working debugger".

Vincent



More information about the fpc-pascal mailing list