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

Fix !ZLIB compilation #34

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

mkisielewski-arista
Copy link
Contributor

@mkisielewski-arista mkisielewski-arista commented Jan 22, 2025

Starting with af59ef8 the builds without WITH_ZLIB would fail due to debug not being defined.
The Section object has a reference to the elf it belongs to, and that elf has the context with the debug stream. This patch makes use of that relationship to push the debug messages.

Starting with af59ef8 the builds without WITH_ZLIB would fail due to
`debug` not being defined.
The `Section` object has a reference to the
elf it belongs to, and that elf has the context with the debug stream.
This patch makes use of that relationship to push the debug messages.
@peadar peadar merged commit 326117f into peadar:master Jan 23, 2025
5 checks passed
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.

2 participants