-
Notifications
You must be signed in to change notification settings - Fork 10
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
Minimum ABI warning #101
Comments
IMO it'd be useful to keep around as a Would you be interested in sending a PR for that? Otherwise I'll likely get to it today or tomorrow. |
I might just leave this to you if you don't mind as I don't quite understand if you'd prefer a warning instead of debug when --assume-minimum-abi3 is actually set. |
Yeah, I was thinking an unconditional |
Done with #103. Let me know if you'd like a release for this, otherwise I'm likely to do it when the next round of feature changes happens! |
Thanks. No rush for you to make a release from my side. |
When running:
I see:
It seems that this warning is pointless as I tell abi3audit to use a .so instead of a wheel and I tell it the minimum version to assume. Is either of these possible:
--assume-minimum-abi3
?-W
family of options in gcc?The text was updated successfully, but these errors were encountered: