标签: delphi size project delphi-xe2
为什么会这样? 空项目(应用程序,* .exe)大小为7 Mb,为什么?
答案 0 :(得分:12)
这是因为您正在使用Debug构建配置。更改为Release,大小将为1.5 MB(对于空的VCL项目)。
Debug
Release