Reputation: 4305
Why does it happen? An empty project (application, *.exe) size is 7 Mb, why?
Upvotes: 10
Views: 1010
Reputation: 136391
This is because you are using the Debug
build configuration. change to Release
and the size will be 1.5 mb (for an empty VCL project).
Upvotes: 12