Next: , Previous: , Up: Invocation   [Contents][Index]


11.8 Verbosity options


-v
--verbose

Output progress messages at each stage in the compilation.


-V
--very-verbose

Output very verbose progress messages.


-S
--statistics

Output messages about the compiler’s time/space usage at the boundaries between phases of the compiler.


--no-verbose-make

Disable messages about the progress of builds when using mmc --make.


--output-compile-error-lines N
–no-output-compile-error-lines

With ‘--make’, output the first N lines of the .err file after compiling a module (default: 100). Specifying ‘--no-output-compile-error-lines’ removes the limit.


--verbose-commands

Output each external command before it is run. Note that some commands will only be printed with ‘--verbose’.