aboutsummaryrefslogtreecommitdiff
path: root/include/debug-opt.def
diff options
context:
space:
mode:
Diffstat (limited to 'include/debug-opt.def')
-rw-r--r--include/debug-opt.def2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/debug-opt.def b/include/debug-opt.def
index 2c3da2a635bd..783e5b0b1ff0 100644
--- a/include/debug-opt.def
+++ b/include/debug-opt.def
@@ -11,7 +11,6 @@ flag = {
name = debug-level;
value = d;
max = NOLIMIT;
- ifdef = DEBUG;
nopreset;
descrip = "Increase output debug message level";
doc = <<- _EndOfDoc_
@@ -23,7 +22,6 @@ flag = {
name = set-debug-level;
value = D;
max = NOLIMIT;
- ifdef = DEBUG;
descrip = "Set the output debug message level";
arg-type = string;
flag-code = 'DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );';