[fpc-devel] Strange .EXE stripped issue

Fabio Dell'Aria fabio.dellaria at gmail.com
Mon Jan 21 13:18:52 CET 2008


Hi to all,

I have a little problem stripping my .EXE compiled file.

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?

How I can remove them?

-- 
Best regards...

Fabio Dell'Aria.



More information about the fpc-devel mailing list