summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-02-27 19:23:07 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-02-27 19:23:07 +0100
commit79a4f7033e3d287fbafa58a91ce9ee37124051d5 (patch)
treeb7ab1d865cfad0b9e4142e1ecc6d14ab93cc24e2
parentfd971a56dd5fe68dbafc8048ebaf9d712b2dfc21 (diff)
downloadpython-lxml-79a4f7033e3d287fbafa58a91ce9ee37124051d5.tar.gz
Slightly raise the minimum CPU architecture for Linux wheels to "core2".
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 161fa4bb..8e7112dd 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ wheel_manylinux: wheel_manylinux64 wheel_manylinux32
wheel_manylinux32 wheel_manylinux64: dist/lxml-$(LXMLVERSION).tar.gz
time docker run --rm -t \
-v $(shell pwd):/io \
- -e CFLAGS="-O3 -g1 -mtune=generic -pipe -fPIC -flto" \
+ -e CFLAGS="-O3 -g1 -march=core2 -pipe -fPIC -flto" \
-e LDFLAGS="$(LDFLAGS) -flto" \
-e LIBXML2_VERSION="$(MANYLINUX_LIBXML2_VERSION)" \
-e LIBXSLT_VERSION="$(MANYLINUX_LIBXSLT_VERSION)" \