From 527d49a18979bc04992af5864034af57495a2f0b Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 7 Jun 2020 16:48:47 -0400 Subject: opt: Dump the command line before optimizing with -D opt --- opt.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'opt.c') diff --git a/opt.c b/opt.c index e305588..14996f2 100644 --- a/opt.c +++ b/opt.c @@ -984,6 +984,8 @@ static struct expr *optimize_expr(struct opt_state *state, struct expr *expr) { } int optimize_cmdline(struct cmdline *cmdline) { + dump_cmdline(cmdline, DEBUG_OPT); + struct opt_facts facts_when_impure; set_facts_impossible(&facts_when_impure); -- cgit v1.2.3