wscript
changeset 1425 e4cdb57f162c
parent 1424 5c9314e6cfa1
child 1426 30b9f2b59a1c
--- a/wscript	Tue Sep 11 13:33:06 2007 +0100
+++ b/wscript	Tue Sep 11 13:37:23 2007 +0100
@@ -37,7 +37,7 @@
 
     opt.add_option('-d', '--debug-level',
                    action='callback',
-                   type="string", dest='debug_level', default='debug',
+                   type="string", dest='debug_level', default='ultradebug',
                    help=('Specify the debug level, does nothing if CFLAGS is set'
                          ' in the environment. [Allowed Values: debug, optimized].'
                          ' WARNING: this option only has effect '