aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmtool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmtool.c')
-rw-r--r--src/gdbmtool.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gdbmtool.c b/src/gdbmtool.c
index 575b97b..b3055a6 100644
--- a/src/gdbmtool.c
+++ b/src/gdbmtool.c
@@ -1528,8 +1528,10 @@ struct gdbm_option optab[] = {
{ 'r', "read-only", NULL, N_("open database in read-only mode") },
{ 's', "synchronize", NULL, N_("synchronize to disk after each write") },
{ 'q', "quiet", NULL, N_("don't print initial banner") },
+#if GDBMTOOL_DEBUG
{ OPT_LEX_TRACE, "lex-trace", NULL, N_("enable lexical analyzer traces") },
{ OPT_GRAM_TRACE, "gram-trace", NULL, N_("enable grammar traces") },
+#endif
{ 0 }
};

Return to:

Send suggestions and report system problems to the System administrator.