Next: Diagnostics options, Previous: Options specifying the intended semantics, Up: Invocation [Contents][Index]
-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
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’.