What is 'Limited Debug Information'? (Full “Debugging Information" generates huge EXE files)
- 阅读更多 关于 What is 'Limited Debug Information'? (Full “Debugging Information" generates huge EXE files)
问题 I installed Delphi XE7 recently. When I first compiled an old app my jaw dropped when I have seen that the size of the EXE increased with 10MB! Playing in the 'Project options' I discovered that setting the 'Debug information' to 'Limited Debug Information' decreases the EXE size to something VERY close to the EXE generated by Delphi XE. Maybe under Delphi XE7 'Limited Debug Information' is the equivalent of 'Debug Information' from Delphi XE since it results in the same EXE size? So, why