Skip to content

Debian images no longer ship DWARF debugging symbols #694

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

Closed
malor opened this issue Feb 5, 2022 · 0 comments · Fixed by #693
Closed

Debian images no longer ship DWARF debugging symbols #694

malor opened this issue Feb 5, 2022 · 0 comments · Fixed by #693

Comments

@malor
Copy link
Contributor

malor commented Feb 5, 2022

Since #687, the regular Debian images no longer ship DWARF symbols, which heavily limits the ability to use gdb and lldb for debugging.

Stripping debugging symbols makes perfect sense to reduce the size of Docker images, but when this optimization was first introduced in #483, the idea was to restrict its use to the slim and Alpine images. That was (unintentionally?) changed in #483, and now debugging symbols are also stripped in the regular Debian images.

WDYT about restoring the previous behavior and limiting this optimization to the slim and Alpine images? (#693).

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 a pull request may close this issue.

1 participant