--list=filename
Redirects diagnostic output to a file.
Syntax
--list=filename
Where filename
is the file to use to save the
diagnostic output. filename
can include a path
Usage
Redirects the diagnostics output by the --info
, --map
,
--symbols
, --verbose
, --xref
,
--xreffrom
, and --xrefto
options to
file.
The specified file is created when diagnostics are output. If a file of the same name already exists, it is overwritten. However, if diagnostics are not output, a file is not created. In this case, the contents of any existing file with the same name remain unchanged.
If filename is specified without a path, it is created in the output directory, that is, the directory where the output image is being written.