1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 21:32:19 +00:00

Add description for --debug-opt-output to the --help output

This commit is contained in:
mrdudz 2020-06-15 23:39:50 +02:00
parent e0a0b2dc25
commit 98c7186221

View File

@ -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"