summaryrefslogtreecommitdiffstats
path: root/cmdline.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmdline.h')
-rw-r--r--cmdline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdline.h b/cmdline.h
index df49dd6..78e1f9a 100644
--- a/cmdline.h
+++ b/cmdline.h
@@ -37,6 +37,8 @@ enum debug_flags {
DEBUG_STAT = 1 << 5,
/** Print the parse tree. */
DEBUG_TREE = 1 << 6,
+ /** All debug flags. */
+ DEBUG_ALL = (1 << 7) - 1,
};
/**