Intel® Fortran Compiler Classic and Intel® Fortran Compiler 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-EA1637FC-23B2-43FF-BE54-525DB9604D0C
Visible to Intel only — GUID: GUID-EA1637FC-23B2-43FF-BE54-525DB9604D0C
list-line-len
Specifies the line length for the listing generated when option list is specified.
Linux: |
-list-line-len=n |
macOS: |
-list-line-len=n |
Windows: |
/list-line-len:n |
n |
Is a positive integer indicating the number of columns to show in the listing. |
80 |
When a listing is generated, the default line length is 80 columns. |
This option specifies the line length for the listing generated when option list is specified.
If you specify option list-line-len and do not specify option list, the option is ignored.
None