Release Build and Debug Build?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ankushganatra
    New Member
    • Dec 2007
    • 3

    Release Build and Debug Build?

    Hi.... Can u pls tel me what is release build and debug build and also difference between the two?
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    The differences are what you define them to be in your project settings.
    Although a general configuration would be:

    Debug:
    -No optimization
    -Debug symbol file created

    Release:
    -Optimized code
    -No debug symbol file created

    Comment

    Working...