Skip to content

bpo-38980: Add -fno-semantic-interposition when building with optimizations#22862

Merged
pablogsal merged 2 commits into
python:masterfrom
pablogsal:bpo-38980
Oct 21, 2020
Merged

bpo-38980: Add -fno-semantic-interposition when building with optimizations#22862
pablogsal merged 2 commits into
python:masterfrom
pablogsal:bpo-38980

Conversation

@pablogsal

@pablogsal pablogsal commented Oct 21, 2020

Copy link
Copy Markdown
Member

Comment thread configure
DEF_MAKE_ALL_RULE="profile-opt"
REQUIRE_PGO="yes"
DEF_MAKE_RULE="build_all"
case $CC in

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no conditional activation on --enable-shared because C extensions can also benefit from this (and they inherit the build flags).

@encukou encukou left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see one ReST syntax issue, otherwise LGTM

Comment thread Doc/whatsnew/3.10.rst Outdated
Co-authored-by: Petr Viktorin <encukou@gmail.com>
@pablogsal pablogsal merged commit b451b0e into python:master Oct 21, 2020
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
@pablogsal pablogsal deleted the bpo-38980 branch May 19, 2021 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants