diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2017-09-17 11:32:19 +0200 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2017-09-17 11:32:19 +0200 |
| commit | 5b8638edf8a6ee3098c8cf805f151e0ab5258373 (patch) | |
| tree | ca776b2a1fb947e48ba61ff04456e1fe1c98a93b /Makefile | |
| parent | 32bc63df573aad543d4e9376fe4b67afd9bf3804 (diff) | |
| download | python-lxml-5b8638edf8a6ee3098c8cf805f151e0ab5258373.tar.gz | |
Do not build wheels with debug information to reduce the file size.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" \ |
