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-5C316A62-B747-4566-BF1F-EF8B72FC69A8
Visible to Intel only — GUID: GUID-5C316A62-B747-4566-BF1F-EF8B72FC69A8
preprocess-only
Causes the Fortran preprocessor to send output to a file.
Syntax
Linux: |
-preprocess-only |
macOS: |
-preprocess-only |
Windows: |
/preprocess-only |
Arguments
None
Default
OFF |
Preprocessed source files are output to the compiler. |
Description
This option causes the Fortran preprocessor to send output to a file.
The source file is preprocessed by the Fortran preprocessor, and the result for each source file is output to a corresponding .i or .i90 file.
Note that the source file is not compiled.
IDE Equivalent
Alternate Options
Linux and macOS: -P
Windows: /P