Runs the Fortran preprocessor on source files before compilation.
Windows: Preprocessor > Preprocess
Source File
Linux: None
Mac OS: Preprocessor > Preprocess
Source File
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | -fpp -nofpp |
Windows: | /fpp /nofpp /Qfppn |
n | Only available for /Qfpp. Tells the compiler whether to run the preprocessor or not. Possible values are 0 (meaning do not run the compiler) or any number greater than 0 (meaning run the compiler). |
nofpp | The Fortran preprocessor is not run on files before compilation. |
This option runs the Fortran preprocessor on source files before they are compiled.
For Windows option /Qfpp, /Qfpp0 is equivalent to /nofpp and /Qcpp0. When n is a number greater than 0, /Qfppn (and /Qcppn) are equivalent to /fpp.
Linux and Mac OS: -cpp
Windows: /Qcpp