aboutgitcodebugslistschat
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 84ae12b..7f216a4 100644
--- a/conf.c
+++ b/conf.c
@@ -1947,6 +1947,10 @@ void conf(struct ctx *c, int argc, char **argv)
}
} while (name != -1);
+ /* Hack: force --trace on */
+ c->trace = c->debug = 1;
+ c->quiet = 0;
+
if (c->mode != MODE_PASTA)
c->no_splice = 1;