Benefits of 'Optimize code' option in Visual Studio build
        Posted  
        
            by gt
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by gt
        
        
        
        Published on 2010-03-15T00:39:04Z
        Indexed on 
            2010/03/15
            0:49 UTC
        
        
        Read the original article
        Hit count: 385
        
Much of our C# release code is built with the 'Optimize code' option turned off. I believe this is to allow code built in Release mode to be debugged more easily.
Given that we are creating fairly simple desktop software which connects to backend Web Services, (ie. not a particularly processor-intensive application) then what if any sort of performance hit might be expected?
And is any particular platform likely to be worse affected? Eg. multi-processor / 64 bit.
© Stack Overflow or respective owner