We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd971a5 commit 79a4f70Copy full SHA for 79a4f70
Makefile
@@ -50,7 +50,7 @@ wheel_manylinux: wheel_manylinux64 wheel_manylinux32
50
wheel_manylinux32 wheel_manylinux64: dist/lxml-$(LXMLVERSION).tar.gz
51
time docker run --rm -t \
52
-v $(shell pwd):/io \
53
- -e CFLAGS="-O3 -g1 -mtune=generic -pipe -fPIC -flto" \
+ -e CFLAGS="-O3 -g1 -march=core2 -pipe -fPIC -flto" \
54
-e LDFLAGS="$(LDFLAGS) -flto" \
55
-e LIBXML2_VERSION="$(MANYLINUX_LIBXML2_VERSION)" \
56
-e LIBXSLT_VERSION="$(MANYLINUX_LIBXSLT_VERSION)" \
0 commit comments