Oddbean new post about | logout
 @0xa1baa1baa1baa1ba @986ebc02 its usually game devs who are stuck with the cursed RelWithDebugInfo build :neocat_nervous: 
 @ @986ebc02 RelWithDebugInfo is the one configuration that makes sense for release. You just strip out debug info before shipping binaries and store debug info for each version somewhere.

Sure, debug info in optimized build lose some data, but not everything.