• Tja
    link
    fedilink
    arrow-up
    31
    ·
    9 months ago

    Someone needs to be introduced to gdb…

    • parens
      link
      fedilink
      arrow-up
      4
      arrow-down
      4
      ·
      9 months ago

      have fun without those debug symbols

      • Tja
        link
        fedilink
        arrow-up
        10
        ·
        9 months ago

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

        • parens
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          9 months ago

          And what happens when you release it?

          • Tja
            link
            fedilink
            arrow-up
            5
            ·
            9 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@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            8 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.