WAF: fix debug level to be 'ultradebug' by default, instead of 'debug'.
This commit is contained in:
2
wscript
2
wscript
@@ -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 '
|
||||
|
||||
Reference in New Issue
Block a user