adspace
What is the difference between a debug and release build?
Answer Posted / Ram Awasthi
{n "debug": [n "Symbols for debugging",n "Debugging information",n "Optimization disabled"n ],n "release": [n "No symbols for debugging",n "Minimal debugging information",n "Optimized for performance"n ]n}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers