I have a little console app that I use in an installer to set registry settings and date stuff. Its only 80 lines of code, no units, all done in the main program file. It was originally compiled in D2007 and compiled exe size is 84kB.
I am trying to compile the file in XE8 32 bit and its compiled size is 1MB.
I expect a bit of an increase with new versions, but 12 times bigger is exceptionally bad by any standard.
It been compiled in release mode with all the debugging options turned off.
The uses clause includes only "registry,Windows,dateutils,SysUtils".
Is this normal or have I missed some other settings to turn off?