Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information