Skip to content

Commit

Permalink
py311: Re-enable lto
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Oct 14, 2024
1 parent 9c764a7 commit 8c832ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spk/python311/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ CHANGELOG = "1. Update to Python 3.11.10<br/>2. Update all mandatory wheels"
HOMEPAGE = https://www.python.org
LICENSE = PSF

# Force compiler LTO optimizations
ENV += PYTHON_OPTIMIZE=1

# Force building pure-python wheels
WHEELS_PURE_PYTHON_PACKAGING_ENABLE = 1
WHEELS = src/requirements-pure.txt
Expand Down

0 comments on commit 8c832ac

Please sign in to comment.