OPT_ADD_COMPILE

This configuration parameter defines a list of options and other arguments ctc must add when invoking the compilation.

Example:
OPT_ADD_COMPILE = /I$(CTCHOME), /nologo

The directory containing the header file ctc.h must be set here.

If some flags used in ctc.h should be set, this parameter can be used like
ctc [...] –C OPT_ADD_COMPILE+-DCTC_SAFE cl –c [...]