[Lxml-checkins] r33848 - lxml/trunk
scoder at codespeak.net
scoder at codespeak.net
Sun Oct 29 18:25:20 CET 2006
Author: scoder
Date: Sun Oct 29 18:25:19 2006
New Revision: 33848
Modified:
lxml/trunk/setup.py
Log:
changed --debug option to --debug-gcc (as it only works with gcc anyway)
Modified: lxml/trunk/setup.py
==============================================================================
--- lxml/trunk/setup.py (original)
+++ lxml/trunk/setup.py Sun Oct 29 18:25:19 2006
@@ -137,8 +137,8 @@
except ValueError:
pass
-if '--debug' in sys.argv:
- sys.argv.remove('--debug')
+if '--debug-gcc' in sys.argv:
+ sys.argv.remove('--debug-gcc')
cflags.append('-g2')
ext_modules = []
More information about the lxml-checkins
mailing list