▲ 315 ▼ C++ Moment (lemmy.world) submitted 2 years ago by devilish666@lemmy.world to c/programmer_humor@programming.dev 33 comments fedilink hide all child comments
[–] parens@programming.dev 0 points 2 years ago (1 child) have fun without those debug symbols permalink fedilink source parent hideshow 2 child comments replies: [–] Tja@programming.dev 10 points 2 years ago (1 child) Why wouldn't I have debug symbols in the software I'm developing? permalink fedilink source parent hideshow 2 child comments replies: [–] parens@programming.dev 0 points 2 years ago (2 children) And what happens when you release it? permalink fedilink source parent hideshow 4 child comments replies: [–] Tja@programming.dev 5 points 2 years ago If you want the same traces as Java and python in the meme, you leave them, if you don't you strip them. Or you ship them separately. You decide, like a big boy. permalink fedilink source parent [–] Ziglin@lemmy.world 1 point 2 years ago Have the user compile it without debug symbols to save space. If the user has a problem they can just recompile it with debug symbols and see what went wrong with gdb. permalink fedilink source parent
[–] Tja@programming.dev 10 points 2 years ago (1 child) Why wouldn't I have debug symbols in the software I'm developing? permalink fedilink source parent hideshow 2 child comments replies: [–] parens@programming.dev 0 points 2 years ago (2 children) And what happens when you release it? permalink fedilink source parent hideshow 4 child comments replies: [–] Tja@programming.dev 5 points 2 years ago If you want the same traces as Java and python in the meme, you leave them, if you don't you strip them. Or you ship them separately. You decide, like a big boy. permalink fedilink source parent [–] Ziglin@lemmy.world 1 point 2 years ago Have the user compile it without debug symbols to save space. If the user has a problem they can just recompile it with debug symbols and see what went wrong with gdb. permalink fedilink source parent
[–] parens@programming.dev 0 points 2 years ago (2 children) And what happens when you release it? permalink fedilink source parent hideshow 4 child comments replies: [–] Tja@programming.dev 5 points 2 years ago If you want the same traces as Java and python in the meme, you leave them, if you don't you strip them. Or you ship them separately. You decide, like a big boy. permalink fedilink source parent [–] Ziglin@lemmy.world 1 point 2 years ago Have the user compile it without debug symbols to save space. If the user has a problem they can just recompile it with debug symbols and see what went wrong with gdb. permalink fedilink source parent
[–] Tja@programming.dev 5 points 2 years ago If you want the same traces as Java and python in the meme, you leave them, if you don't you strip them. Or you ship them separately. You decide, like a big boy. permalink fedilink source parent
[–] Ziglin@lemmy.world 1 point 2 years ago Have the user compile it without debug symbols to save space. If the user has a problem they can just recompile it with debug symbols and see what went wrong with gdb. permalink fedilink source parent