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

Ignore debug symbols in Mach-O files #13

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

Commits on May 28, 2020

  1. Ignore debug symbols in Mach-O files

    My team has encountered an issue where `goversion` can no longer
    recognize our builds (see issue rsc#12) due to a symbolic debugging entry
    for `_runtime.buildVersion`.
    
    If we omit such entries from the symbol list before looking for
    `_runtime.BuildVersion`, then `goversion` works for our builds once
    again.
    Logan Hanks committed May 28, 2020
    Configuration menu
    Copy the full SHA
    5f05606 View commit details
    Browse the repository at this point in the history