Yeah it definitely interferes. Debug symbols don't work. You wouldn't use it in development, only in your 'bug-free' production release. Stack traces still 'work' though you might find some surprises due to inlining.
On Fri, Sep 4, 2009 at 12:17 PM, Shalin Shekhar Mangar<shalinman...@gmail.com> wrote: > Wouldn't that mess/remove up debug info leaving no way to debug a production > application? Does it change the line numbers and stack traces?