Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-3C8256E6-4296-45BF-802B-7B19D86D0DE8
Visible to Intel only — GUID: GUID-3C8256E6-4296-45BF-802B-7B19D86D0DE8
WL
Tells the compiler to display a shorter form of diagnostic output.
Syntax
Linux and macOS: |
See Wbrief. |
Windows: |
/WL |
Arguments
None
Default
OFF |
The compiler displays its normal diagnostic output. |
Description
This option tells the compiler to display a shorter form of diagnostic output. In this form, the original source line is not displayed and the error message text is not wrapped when too long to fit on a single line.
IDE Equivalent
Alternate Options
Linux and macOS: -Wbrief
Windows: None