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

Open
hebasto opened this issue May 7, 2024 · 1 comment
Open

build: Unaligned libsecp256k1 flags in debug builds #30055

hebasto opened this issue May 7, 2024 · 1 comment

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.

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

2 participants