summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-09-17 11:32:19 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-09-17 11:32:19 +0200
commit5b8638edf8a6ee3098c8cf805f151e0ab5258373 (patch)
treeca776b2a1fb947e48ba61ff04456e1fe1c98a93b /Makefile
parent32bc63df573aad543d4e9376fe4b67afd9bf3804 (diff)
downloadpython-lxml-5b8638edf8a6ee3098c8cf805f151e0ab5258373.tar.gz
Do not build wheels with debug information to reduce the file size.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17445169..f22cd7d4 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,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 -mtune=generic -pipe -fPIC" \
+ -e CFLAGS="-O3 -g0 -mtune=generic -pipe -fPIC" \
-e LDFLAGS="$(LDFLAGS)" \
-e LIBXML2_VERSION="$(MANYLINUX_LIBXML2_VERSION)" \
-e LIBXSLT_VERSION="$(MANYLINUX_LIBXSLT_VERSION)" \