summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2014-02-23 21:36:45 +0100
committerStefan Behnel <stefan_ml@behnel.de>2014-02-23 21:36:45 +0100
commit11e8694dbe09dceab2269e6e51daf3bc820ee94c (patch)
treebdd2319910ac041bb5063c3b6880e5870e8d3933
parente554a1b60dcd7454ddb4b7d5d98a7622ed04c3a7 (diff)
downloadpython-lxml-11e8694dbe09dceab2269e6e51daf3bc820ee94c.tar.gz
show warnings when building in-place from Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 74dcea10..e51155c1 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ all: inplace
# Build in-place
inplace:
- $(PYTHON) setup.py $(SETUPFLAGS) build_ext -i $(PYTHON_WITH_CYTHON)
+ $(PYTHON) setup.py $(SETUPFLAGS) build_ext -i $(PYTHON_WITH_CYTHON) --warnings
sdist:
$(PYTHON) setup.py $(SETUPFLAGS) sdist $(PYTHON_WITH_CYTHON)