Intel® Fortran Compiler 17.0 Developer Guide and Reference
Causes the preprocessor to send output to stdout, omitting #line directives.
Linux and macOS: | -EP |
Windows: | /EP |
None
OFF |
Preprocessed source files are output to the compiler. |
This option causes the preprocessor to send output to stdout, omitting #line directives.
If you also specify option preprocess-only, option P, or option F, the preprocessor will write the results (without #line directives) to a file instead of stdout.
None