Results 1 to 2 of 2

Thread: Whats the difference between Release and Debug.

  1. #1

    Thread Starter
    Member
    Join Date
    May 2013
    Posts
    57

    Whats the difference between Release and Debug.

    When I give out my program where should I get my program from? I think Release makes the most sense since I am "Releasing" it. But also Release's .exe is less size then Debug... So I don't know!

  2. #2
    PowerPoster
    Join Date
    Mar 2002
    Location
    UK
    Posts
    4,780

    Re: Whats the difference between Release and Debug.

    As suggested by the name, the Debug version contains debug information, only normally of use while debugging . The release size is smaller, because it does not contain the debug information and is optimized (like all comments removed).
    Guess which version you should Release to the users?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width