[fpc-devel] Strange .EXE stripped issue
Micha Nelissen
micha at neli.hopto.org
Mon Jan 21 14:05:56 CET 2008
Fabio Dell'Aria wrote:
> The final size with the DEBUG symbols (from -gl flag) is: 65132 bytes
>
> (A) with "strip --strip-debug" become: 64583 bytes
>
> (B) with "strip --strip-unneeded" become: 39424 bytes
>
> Difference from (A) - (B) = 25159 bytes
>
> What data are stored into this 25159 bytes?
Use objdump -h <file> to see what sections an executable contains.
Micha
More information about the fpc-devel
mailing list