How does building a project in Debug differ with in Release?
        Posted  
        
            by manuel
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by manuel
        
        
        
        Published on 2010-04-16T03:40:52Z
        Indexed on 
            2010/04/16
            3:43 UTC
        
        
        Read the original article
        Hit count: 365
        
In visual studio or any other IDE, usually there are two build configurations, Debug and Release? How does the differ? Why sometimes you have compile errors when building in Debug mode, but not when in Release mode, and vice versa?
© Stack Overflow or respective owner