Compiler Option: -pp

FreeBASIC

Compiler Option: -pp
 
Emit the preprocessed input file only, do not compile

Syntax

-pp

Description

The -pp compiler option enables the preprocessor-only mode. The code is parsed & checked as usual, but is not compiled. A pre-processed version of every input source.bas is generated, named source.pp.bas.

See also