• Tja
    link
    fedilink
    arrow-up
    31
    ·
    1 year ago

    Someone needs to be introduced to gdb…

    • parens
      link
      fedilink
      arrow-up
      4
      arrow-down
      4
      ·
      1 year ago

      have fun without those debug symbols

      • Tja
        link
        fedilink
        arrow-up
        10
        ·
        1 year ago

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

        • parens
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          1 year ago

          And what happens when you release it?

          • Tja
            link
            fedilink
            arrow-up
            5
            ·
            1 year 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 (they/them)@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            1 year 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.