Author: johnnyg
Revision: 6127
Log:
Don't opitimise when doing a debug build.
Diff:
Modified: trunk/setup.py
===================================================================
--- trunk/setup.py 2010-01-23 23:50:43 UTC (rev 6126)
+++ trunk/setup.py 2010-01-24 02:23:57 UTC (rev 6127)
@@ -334,7 +334,7 @@
lt_ext.extra_compile_args.remove('-DNDEBUG')
lt_ext.extra_compile_args.remove('-O2')
lt_ext.extra_compile_args.append('-g')
- remove_from_cflags(["-DNDEBUG"])
+ remove_from_cflags(["-DNDEBUG", "-O2"])
return _build_ext.run(self)
class clean_plugins(cmd.Command):
--
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en.