VC++: What is the difference between release version and debug version?
What is the difference between release version and debug version?
Whenever a software created in VC++ is to be distributed one should distribute it in Release version rather than in Debug version. Release version does not contain debug information and so the size of an exe file reduces to a great extent. It also results in increase in the speed of execution.




Comments
Log in or create a user account to comment.