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

DWARF debugging support #2801

Merged
merged 3 commits into from
Nov 27, 2016
Merged

Conversation

typedrat
Copy link
Contributor

@typedrat typedrat commented Nov 22, 2016

  • Any changes that could be relevant to users have been recorded in the ChangeLog.md
  • The documentation has been updated, if necessary.

It passes all tests that are in the repo, and in my own tests on OS X it does indeed produce output that contains debugging symbols. I don't have access to any other operating systems to test on at the moment, though.

This would close #877.

@typedrat typedrat changed the title DRAWF debugging support (closes #877) DRAWF debugging support Nov 22, 2016
@typedrat
Copy link
Contributor Author

typedrat commented Nov 22, 2016

It won't pass the CI because of -Werror and my lack of knowledge of how to test for debugging on most of the platforms in Distribution.System.OS.

@typedrat typedrat changed the title DRAWF debugging support DWARF debugging support Nov 22, 2016
@typedrat typedrat force-pushed the stripping-option branch 2 times, most recently from cd4498f to d9f2f03 Compare November 22, 2016 23:03
@typedrat
Copy link
Contributor Author

It does build correctly on Linux and OS X, Travis just seems to have had a bad hair day when my commit was going through.

@mgsloan mgsloan merged commit 65a4872 into commercialhaskell:master Nov 27, 2016
@mgsloan
Copy link
Contributor

mgsloan commented Nov 27, 2016

While I'm a bit wary of the approach used to detect debugging symbols, this seems like a good change. Let's give it a try - thanks for implementing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a --dwarf flag for DWARF debugging
2 participants