Upto 90% for hellworld

    • @[email protected]
      link
      fedilink
      98 months ago

      It’s also what I understood from what I read but I assume it was just a poor choice of word. Debug symbols are way too important for debugging to be stripped by default.

      • @[email protected]
        link
        fedilink
        58 months ago

        In fact, this new default will be used for any profile which does not enable debuginfo anywhere in its dependency chain, not just for the release profile.

        On reflection I imagine the debug profile does enable this

      • @[email protected]
        link
        fedilink
        28 months ago

        I guess it may use external debug symbols and strip them from the binary by default.

        Otherwise seems like a massive change haha

  • @[email protected]
    link
    fedilink
    English
    58 months ago

    So this is around 4MB less, right? The small app I’m currently working on is 15MB so with this change it will be 11MB. Nice but nothing revolutionary. It will have bigger impact on a really tiny apps. I guess that’s why it wasn’t resolved for so long.

  • @[email protected]
    link
    fedilink
    48 months ago

    Quite an interesting writeup, going to go check out Rust now (I tell myself for the umpteenth time).