• @clearleaf
    link
    89 months ago

    What’s the problem with static linking if all this is considered worth the pain?

    • @seaQueue
      link
      59 months ago

      Nothing in particular other than needing to update your builds when any single dependency has an important fix and still needing to build and maintain packaging for every single distro you support. For small applications shipping a static binary should be fine, but when you’re talking about something like Chrome or Firefox that’s a whole lot of overhead.