Skip to content

Python: Do Not Strip Symbols In Debug #1219

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

Merged
merged 1 commit into from
Mar 8, 2022
Merged

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Mar 5, 2022

Avoid stripping symbols for Python debug builds, so we can see code lines in coredumps and debugger runs.

X-ref.: pybind/pybind11#3779

Avoid stripping symbols for Python debug builds, so we can see lines
in coredumps and debugger runs.
@ax3l ax3l force-pushed the fix-py-no-strip-debug branch from 6ca26f2 to 038bfa0 Compare March 7, 2022 18:28
@ax3l ax3l merged commit 3cf5291 into openPMD:dev Mar 8, 2022
@ax3l ax3l deleted the fix-py-no-strip-debug branch March 8, 2022 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant