summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2014-09-21 21:50:34 +0200
committerStefan Behnel <stefan_ml@behnel.de>2014-09-21 21:50:34 +0200
commitac96bd9d73b2d84171fc529d7367a81c1d52edd8 (patch)
tree9a619e4395574f3bc7a2df094b44769222353735 /tox.ini
parent8f8901e5b114db420cb6da51dc838e2f82c1e367 (diff)
downloadpython-lxml-ac96bd9d73b2d84171fc529d7367a81c1d52edd8.tar.gz
work around bug in clang's gcc frontend
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4234f9b1..84ec1732 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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