You copied the Doc URL to your clipboard.
--diag_style=arm|ide|gnu
Specifies the display style for diagnostic messages.
Syntax
--diag_style=string
Where
is one of:string
arm
Display messages using the Arm® Compiler style.
ide
Include the line number and character count for any line that is in error. These values are displayed in parentheses.
gnu
-
Display messages in the format used by
gcc
.
Default
The default is --diag_style=arm
.
Usage
--diag_style=gnu
matches the format reported by the GNU Compiler, gcc
.
--diag_style=ide
matches the
format reported by Microsoft Visual Studio.