Compiler Option: -d
 
Add a preprocessor definition

Syntax

-d < name=value >

Parameters

name
Name of the preprocessor macro to define.
value
Value to give to the macro.

Description

The -d compiler option adds a preprocessor macro to all source files. The same as using the preprocessor directive #define or #macro.

See also