简体   繁体   中英

Delphi XE2: empty application weighs 7 Mb

Why does it happen? An empty project (application, *.exe) size is 7 Mb, why?

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).

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM