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

Disable __CxxFrameHandler4 when compiling HarfBuzz #6702

Merged
merged 1 commit into from
Nov 4, 2022

Conversation

nulano
Copy link
Contributor

@nulano nulano commented Oct 29, 2022

Likely fix for #6701.

This is automatically enabled when compiling C++ with modern Visual Studio to reduce the binary size of try/catch blocks.
It uses VCRUNTIME140_1.dll, which is not available out-of-the-box, and needs to be included in the wheels.

However, I find there is almost no difference to the size of _imagingft.{...}.pyd when disabling it (disabling it actually saves 3KB), and it removes the need to include VCRUNTIME140_1.dll in the wheels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants