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

gh-117804: Autoconf: silence some clang warnings for PGO builds #117796

Closed

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Apr 12, 2024

  • -Wno-profile-instr-unprofiled for source files without profile data
    * -Wno-profile-instr-out-of-date for _bootstrap_python.c <= solve this in a follow-up PR

* -Wno-profile-instr-unprofiled for source files without profile data

* -Wno-profile-instr-out-of-date for _bootstrap_python.c
@vstinner
Copy link
Member

cc @corona10

@erlend-aasland erlend-aasland changed the title gh-117752: Autoconf: silence some clang warnings for PGO builds gh-117804: Autoconf: silence some clang warnings for PGO builds Apr 12, 2024
@erlend-aasland
Copy link
Contributor Author

Marking this as draft, since I'm not sure we should take this route.

@erlend-aasland
Copy link
Contributor Author

I agree with Steve's comments on the issue. Closing this.

@erlend-aasland erlend-aasland deleted the autoconf/fix-pgo-warnings branch April 13, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants