Runs the Fortran preprocessor on source files before compilation.
Windows: Preprocessor > Preprocess
Source File
Linux: None
Mac OS X: Preprocessor > Preprocess
Source File
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS X: | -fpp[n] -nofpp |
Windows: | /fpp[n] /nofpp /Qfpp[n] |
n | Tells the compiler whether to run the preprocessor or not. Possible values are: | |
0 | Tells the compiler not to run the preprocessor. | |
1, 2, or 3 | Tells the compiler to run the preprocessor. |
nofpp | The Fortran preprocessor is not run on files before compilation. |
This option runs the Fortran preprocessor on source files before they are compiled.
If the option is specified with no n, the compiler runs the preprocessor.
If 0 is specified for n, it is equivalent to nofpp.
Linux and Mac OS X: -cpp
Windows: /Qcpp