RelWithDebInfo is a release build with debugging symbols. This is useful since if it crashes you get a callstack which can help narrow down the problem. It also means you can attach the debugger to the game to troubleshoot things a little better than without. Debugging an optimized build is tough, but it's much easier with the symbols.
There's no real downside to it.
|