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

Use /O2 compiler option instead of /Ox for MSVC #33

Merged
merged 1 commit into from Apr 24, 2021
Merged

Use /O2 compiler option instead of /Ox for MSVC #33

merged 1 commit into from Apr 24, 2021

Conversation

ghost
Copy link

@ghost ghost commented Mar 8, 2021

Compared to /Ox, /O2 has two additional options:

/GF: Eliminate Duplicate Strings
/Gy: Enable Function-Level Linking

Co-Authored-By: Nikita Kniazev [email protected]

#30

Compared to /Ox, /O2 has two additional options:

  /GF: Eliminate Duplicate Strings
  /Gy: Enable Function-Level Linking

Co-Authored-By: Nikita Kniazev <[email protected]>
@jaraco jaraco merged commit d8a8d85 into pypa:main Apr 24, 2021
@ghost ghost deleted the msvc_02 branch April 24, 2021 19:52
@ghost ghost mentioned this pull request Apr 24, 2021
jaraco added a commit that referenced this pull request Jul 1, 2023
* Use `extend-ignore` in flake8 config

This option allows to add extra ignored rules to the default list
instead of replacing it.

The default exclusions are: E121, E123, E126, E226, E24, E704,
W503 and W504.

Fixes #28.

Refs:
* https://github.com/pypa/setuptools/pull/2486/files#r541943356
* https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-extend-ignore
*
https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-ignore

* Enable complexity limit. Fixes jaraco/skeleton#34.

* Replace pep517.build with build (#37)

* Replace pep517.build with build

Resolves #30

* Prefer simple usage

Co-authored-by: Jason R. Coombs <[email protected]>

* Use license_files instead of license_file in meta (#35)

Singular `license_file` is deprecated since wheel v0.32.0.

Refs:
* https://wheel.readthedocs.io/en/stable/news.html
* https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file

Co-authored-by: Jason R. Coombs <[email protected]>
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.

2 participants