Causes the Fortran preprocessor to send output to a file.
None
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS X: | -preprocess-only |
Windows: | /preprocess-only |
None
OFF | Preprocessed source files are output to the compiler. |
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.
Linux and Mac OS X: -P
Windows: /P