WAF: fix debug level to be 'ultradebug' by default, instead of 'debug'.

This commit is contained in:
Gustavo J. A. M. Carneiro
2007-09-11 13:37:23 +01:00
parent c1034b9344
commit 738735b808

View File

@@ -37,7 +37,7 @@ def set_options(opt):
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 '