Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-128437: AddBOLT_COMMON_FLAGS
with-update-debug-sections
#128455
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Co-authored-by: Gregory Szorc <gregory.szorc@gmail.com>
I don't believe this needs a news entry. |
As mentioned, the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
lgtm
b60044b
intopython:mainUh oh!
There was an error while loading.Please reload this page.
pythongh-128455)Add `BOLT_COMMON_FLAGS` with `-update-debug-sections`(cherry picked from commitb60044b)Co-authored-by: Zanie Blue <contact@zanie.dev>Co-authored-by: Gregory Szorc <gregory.szorc@gmail.com>
pythongh-128455)Add `BOLT_COMMON_FLAGS` with `-update-debug-sections`(cherry picked from commitb60044b)Co-authored-by: Zanie Blue <contact@zanie.dev>Co-authored-by: Gregory Szorc <gregory.szorc@gmail.com>
GH-128512 is a backport of this pull request to the3.13 branch. |
GH-128513 is a backport of this pull request to the3.12 branch. |
pythongh-128455)Add `BOLT_COMMON_FLAGS` with `-update-debug-sections`Co-authored-by: Gregory Szorc <gregory.szorc@gmail.com>
pythongh-128455)Add `BOLT_COMMON_FLAGS` with `-update-debug-sections`Co-authored-by: Gregory Szorc <gregory.szorc@gmail.com>
Uh oh!
There was an error while loading.Please reload this page.
Adds a common flags variable that is used for both instrument and apply steps. Adds
-update-debug-sections
to the instrument step to resolve the BOLT warning.This patch was originally authored by@indygreg as part ofastral-sh/python-build-standalone#463
I dropped some additions to
BOLT_COMMON_FLAGS
, but will add them in a subsequent pull request.Closes#128437
-update-debug-sections
#128437