Skip to content

bpo-46123: Disable optimizations for _freeze_module.exe on MSVC for faster building - #30181

Merged
zooba merged 3 commits into
python:mainfrom
neonene:bpo-46123
Dec 19, 2021
Merged

bpo-46123: Disable optimizations for _freeze_module.exe on MSVC for faster building#30181
zooba merged 3 commits into
python:mainfrom
neonene:bpo-46123

Conversation

@neonene

@neoneneneonene commented Dec 18, 2021

Copy link
Copy Markdown
Contributor

EDIT: This does not disable the existing InlineFunctionExpansion(/Ob) option.

https://bugs.python.org/issue46123

@zooba

Copy link
Copy Markdown
Member

This doesn't require a NEWS item, and if it did it'd go under "Build" and not "Windows", as it has no visible effect for end users.

@neonene

Copy link
Copy Markdown
ContributorAuthor

No NEWS now.

@neoneneneonene changed the title bpo-46123: Build _freeze_module on Windows with no optimizationbpo-46123: Disable optimizations for _freeze_module.exe on MSVC for faster buildingDec 19, 2021
@zooba
zooba merged commit 0b582a4 into python:mainDec 19, 2021
@neonene
neonene deleted the bpo-46123 branch December 20, 2021 10:51
brandtbucher pushed a commit to brandtbucher/cpython that referenced this pull request Dec 27, 2021
Sign up for freeto 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.

4 participants

@neonene@zooba@the-knights-who-say-ni@bedevere-bot