Which exe is distributed, Release version or 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.

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>