You copied the Doc URL to your clipboard.
This option outputs the command-line used by the linker. It shows the command-line after processing by the linker, and can be useful to check:
the command-line a build system is using
how the linker is interpreting the supplied command-line, for example, the ordering of command line options.
The commands are shown normalized, and the contents of any via files are expanded.
The output is sent to the standard output stream (stdout
).
- Reference