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

make: allow building with debug symbols #2238

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Conversation

ldelossa
Copy link
Contributor

After this commit running make with "DEBUG=true make" (or really any value, we only check that DEBUG is defined) will no longer strip debug info from the resulting binary.

This allows dlv to be used for debugging the cilium cli.

After this commit running make with "DEBUG=true make" (or really any
value, we only check that DEBUG is defined) will no longer
strip debug info from the resulting binary.

This allows dlv to be used for debugging the cilium cli.

Signed-off-by: Louis DeLosSantos <louis.delos@isovalent.com>
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jan 18, 2024
@aditighag aditighag merged commit d442294 into main Jan 22, 2024
13 checks passed
@aditighag aditighag deleted the ldelossa/debug-symbols branch January 22, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants