summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)" \