Hi
What is the differences between Debug and Release Build. Is there a significant speed difference. Why or Why not ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Lajapathy ArunPosted Apr 22, 2012, 1:11 AM
2. Release build it fast, because it skips all the used mechanism for debug like DebuggerDisplay, debuggerBrowsableState,breakpoint attribute etc.
3.Hence Release build removes all the Debug settings. So definitely the Release is faster then Debug build.
Thanks
Lajapathy Arun