Exe Size of Delphi Build (XE) is doubled size

Hello,

when i compile inside the Delphi IDE the compiled EXE is about 50 MB. When i make the same inside FinalBuilder it is about 106 MB. I have used the original project settings from Delphi XE (Directorys, Compiler, Linker ).

It seems much air inside that big exe because after zipping both are very similar in size (the delphi generated and the finalBuilder generated).

 

thank you Chris

Sound like you have “Include TD32 Debug Info” checked on the Linker page.

you are right - perfect!

in Delphi IDE i have it also, butit supports the switch "External" which makes an external TDF-File. Perhaps an idea to enhance the action when someone has XE.

 

chris