You copied the Doc URL to your clipboard.
-v
Displays the commands that invoke the compiler and linker, and executes those commands.
Usage
The -v
compiler option produces
diagnostic output showing exactly how the compiler and linker are invoked,
displaying the options for each tool. The -v
compiler option also displays version information.
With the -v
option, armclang
displays this diagnostic output and executes
the commands.
Note
To display the diagnostic output without executing the commands, use the-###
option.