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, Intel® 64, IA-64 architectures
Linux and Mac OS X: | fpp[n] fpp[="option"] -nofpp |
Windows: | /fpp[n] /fpp[:"option"] /nofpp /Qfpp[n] /Qfpp[:"option"] |
n |
Deprecated. Tells the compiler whether to run the preprocessor or not. Possible values are:
|
||||
option |
Is a Fortran preprocessor (fpp) option; for example, "-macro=no", which disables macro expansion. The quotes are required. For a list of fpp options, see Fortran Preprocessor Options. |
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 argument, the compiler runs the preprocessor.
If 0 is specified for n, it is equivalent to nofpp.Note that argument n is deprecated.
We recommend you use option Qoption,fpp,"option" to pass fpp options to the Fortran preprocessor.
Linux and Mac OS X: -cpp
Windows: /Qcpp