I would like to get a report explaining why the exe built with Delphi is of a certain size.
For example, something like this:
filename: Project1.dpr - total size 100MB Details: - unit1.dcu - 20MB - unit2.dcu - 60MB - libraries.dcu - 20MB
I would like to have such a report to understand why the exe I just built is 120 MB in size. It uses a lot of files from another application, which when building is 90 MB. I added only two units (and deleted a lot), and the size changed from 90 to 120 MB. I was expecting a smaller size (given many deleted units).
Is there any tool that already does this, or is there a way to examine this problem from the IDE?
source share