diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2014-09-21 21:50:34 +0200 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2014-09-21 21:50:34 +0200 |
commit | ac96bd9d73b2d84171fc529d7367a81c1d52edd8 (patch) | |
tree | 9a619e4395574f3bc7a2df094b44769222353735 /tox.ini | |
parent | 8f8901e5b114db420cb6da51dc838e2f82c1e367 (diff) | |
download | python-lxml-ac96bd9d73b2d84171fc529d7367a81c1d52edd8.tar.gz |
work around bug in clang's gcc frontend
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ envlist = py26, py27, py32, py33 [testenv] -setenv = CFLAGS="-O0 -g" +setenv = CFLAGS="-g -O0" commands = {envpython} setup.py clean {envpython} setup.py build_ext --inplace |