IT Placement Papers Microsoft Technologies ASP.NET
This category contains ASP.NET Interview Questions and Answers |
What is the difference between a Debug and Release build? Is there a significant speed difference?
|
|
|
|
|
Debug build contain debug symbols and can be debugged while release build doesn't contain debug symbols' doesn't have [Conational(”DEBUG”)] methods calls compiled' can't be debugged (easily' that is)' less checking' etc. There should be a speed difference' because of disabling debug methods' reducing code size etc but that is not a guarantee (at least not a significant one)
Only registered users can write comments. Please login or register.
|