lysdexicM to C++English · 4 months agoHow to build highly-debuggable C++ binariesdhashe.comexternal-linkmessage-square1fedilinkarrow-up111arrow-down10
arrow-up111arrow-down1external-linkHow to build highly-debuggable C++ binariesdhashe.comlysdexicM to C++English · 4 months agomessage-square1fedilink
minus-square0x0linkfedilinkarrow-up2·4 months ago you have to choose in advance which parts of your binary will be debuggable and which parts of your binary will be fast. Or keep debug code inside an #ifdef. Some nifty tips aside from the general “C++ is bad and obsolete” tone.
Or keep debug code inside an
#ifdef
.Some nifty tips aside from the general “C++ is bad and obsolete” tone.