7.3.2.2 Symbols
-D
- -D
name
Predefine name as a macro, with definition 1.
Eg:
- -D
name=value
Predefine name as a macro, with definition value. The contents of the definition are tokenized and processed as if they appeared during translation phase three in a #define directive. In particular, truncate the definition by embedded newline characters.
- -D
-U
Cancel any previous name definition, either built-in or provided with a -D option.
-D and -U options are processed in the given order on the command-line. All -imacros file and -include file options are processed after all -D and -U options.