fpp, Qfpp

Runs the Fortran preprocessor on source files before compilation.

IDE Equivalent

Windows: Preprocessor > Preprocess Source File
Linux: None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: -fpp
-nofpp
Windows:  /fpp
/nofpp
/Qfpp
n

Arguments

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).

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.

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.

Alternate Options

Linux: -cpp
Windows: /Qcpp