this post was submitted on 28 Feb 2024
318 points (95.4% liked)

Programmer Humor

18255 readers
19 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 4 months ago (1 children)

have fun without those debug symbols

[–] [email protected] 10 points 4 months ago (1 children)

Why wouldn't I have debug symbols in the software I'm developing?

[–] [email protected] 0 points 4 months ago (2 children)

And what happens when you release it?

[–] [email protected] 5 points 4 months 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.

[–] Ziglin 1 points 3 months 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.