From 98c7186221428f5943ad177581cd38200a29a865 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Mon, 15 Jun 2020 23:39:50 +0200 Subject: [PATCH] Add description for --debug-opt-output to the --help output --- src/cc65/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cc65/main.c b/src/cc65/main.c index a4f794fb5..756c3101f 100644 --- a/src/cc65/main.c +++ b/src/cc65/main.c @@ -116,6 +116,7 @@ static void Usage (void) " --debug\t\t\tDebug mode\n" " --debug-info\t\t\tAdd debug info to object file\n" " --debug-opt name\t\tDebug optimization steps\n" + " --debug-opt-output\t\t\tOutput extra files containing optimization steps\n" " --dep-target target\t\tUse this dependency target\n" " --disable-opt name\t\tDisable an optimization step\n" " --eagerly-inline-funcs\tEagerly inline some known functions\n"