-LpX: Stop after Preprocessor

Group

OUTPUT

Scope

Compilation Unit

Syntax
  -LpX 
  
Arguments

None

Default

None

Defines

None

Pragmas

None

Description

Without this option, the compiler always translates the preprocessor output as C code. To do only preprocessing, use this option together with the -Lp option. No object file is generated.

Example
  -LpX 
  
See also

-Lp: Preprocessor Output