I just wrote a really short and simple code in Delphi with no even arrays neither data structures and when I compile it I get a 11 MB exe file, it was compiled for 32 bits architecture under RAD Studio X3 IDE for 64 bits.
I think this isn't optimal, even a jar would weigh less!
Are there any settings I can do so I get a smaller compiled? Maybe any units I can dismiss in the code?