fpp, Qfpp

Runs the Fortran preprocessor on source files before compilation.

IDE Equivalent

Windows: Preprocessor > Preprocess Source File
Linux: None
Mac OS X: Preprocessor > Preprocess Source File

Architectures

IA-32 architecture, Intel® 64 architecture, IA-64 architecture

Syntax

Linux and Mac OS X: -fpp[n]
-nofpp
Windows:  /fpp[n]
/nofpp
/Qfpp
[n]

Arguments

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.

Default

nofpp The Fortran preprocessor is not run on files before compilation.

Description

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.

Alternate Options

Linux and Mac OS X: -cpp
Windows: /Qcpp