-Cx: Switch Off Code Generation

Group

CODE GENERATION

Scope

Compilation Unit

Syntax
  -Cx
  
  
Arguments

None

Default

None

Defines

None

Pragmas

None

Description

The -Cx Compiler option disables the code generation process of the Compiler. The Compiler generates no object code, although the Compiler performs a syntactical check of the source code. This allows you to check your source code for errors without generating object code.