DEBUG = (1 default) non-zero if debug calls are activated

Defining DEBUG to 0 will disable code generation for the debugging option. The -d command line option will be disabled if DEBUG is 0. DEBUG enabled by default (in make.h). Enabling DEBUG adds about 2400 bytes to the size of the final executable.