Skip to content

Commit 79a4f70

Browse files
committed
Slightly raise the minimum CPU architecture for Linux wheels to "core2".
1 parent fd971a5 commit 79a4f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ wheel_manylinux: wheel_manylinux64 wheel_manylinux32
5050
wheel_manylinux32 wheel_manylinux64: dist/lxml-$(LXMLVERSION).tar.gz
5151
time docker run --rm -t \
5252
-v $(shell pwd):/io \
53-
-e CFLAGS="-O3 -g1 -mtune=generic -pipe -fPIC -flto" \
53+
-e CFLAGS="-O3 -g1 -march=core2 -pipe -fPIC -flto" \
5454
-e LDFLAGS="$(LDFLAGS) -flto" \
5555
-e LIBXML2_VERSION="$(MANYLINUX_LIBXML2_VERSION)" \
5656
-e LIBXSLT_VERSION="$(MANYLINUX_LIBXSLT_VERSION)" \

0 commit comments

Comments
 (0)