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: don't optimize debug binaries #6105

Merged
merged 2 commits into from Jan 3, 2022
Merged

Conversation

liviu-ln
Copy link
Contributor

@liviu-ln liviu-ln commented Dec 20, 2021

Disable compiler optimizations and function inlining on a debug build to
improve debugging experience.

Disable compiler optimizations and function inlining on a debug build to
improve debugging experience.
Copy link
Collaborator

@guggero guggero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good to me. This either needs an entry in the 0.15 release notes or the [skip ci] suffix in the commit message title.

Copy link
Collaborator

@guggero guggero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM 🎉

@liviu-ln
Copy link
Contributor Author

Is there anything else that needs my attention before the PR can be merged?

@guggero
Copy link
Collaborator

guggero commented Jan 3, 2022

No, this just needs a second reviewer. Going to pick someone.

@guggero guggero requested a review from bhandras January 3, 2022 10:01
Copy link
Collaborator

@bhandras bhandras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 👍

@guggero guggero merged commit 2aad76a into lightningnetwork:master Jan 3, 2022
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.

None yet

3 participants