Oddbean new post about | logout
 nostr:npub1f8e6w3kg6cptk4ljl09ua3vezr7gws4jcuwyvzdnpytsnlp2yd6savzu5u nostr:npub1nphtcqsk9e9nktdh8rse6edemm7a7dy5xwa73a5vkmg7hhlpxl3snd7mqp 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.