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

build: Unaligned libsecp256k1 flags in debug builds #30055

Closed
hebasto opened this issue May 7, 2024 · 2 comments
Closed

build: Unaligned libsecp256k1 flags in debug builds #30055

hebasto opened this issue May 7, 2024 · 2 comments

Comments

@hebasto
Copy link
Member

hebasto commented May 7, 2024

When configured with --enable-debug, C++ code compiles with -O0 -g3.

However, libsecp256k1 code compiles with -g -O2.

@theuni
Copy link
Member

theuni commented May 9, 2024

I'm not sure this is a problem? It's hard to imagine a use-case where we'd want to be debugging Core with an un-optimized secp.

@fanquake
Copy link
Member

What's the status of this? Can you explain the use-case where this is an issue for you, or the other motivation?

@hebasto hebasto closed this as completed May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants