From 738735b808797e2538c8070181edea26cb5eb966 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Tue, 11 Sep 2007 13:37:23 +0100 Subject: [PATCH] WAF: fix debug level to be 'ultradebug' by default, instead of 'debug'. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index d24ab8a21..982e79652 100644 --- a/wscript +++ b/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 '