Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document variance in strip #13677

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 1, 2024

  1. Document variance in strip

    Two variances in strip will remain, even after MSVC shenanigans settle:
    - Its default based on profile.
    - That it can sometimes make backtraces nonsensical.
    
    In my experience, people will complain to me if backtraces are fucked up,
    but sometimes it was their own decision to make the backtrace really bad.
    Inform them of this. Hopefully this also encourages people to report if
    their backtraces regress in some platform-dependent way without enabling
    `strip = "symbols"`, which we would want to know about.
    workingjubilee committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    71ff28a View commit details
    Browse the repository at this point in the history