View Single Post
  #15  
Old 08-30-2013, 11:15 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

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.
Reply With Quote