OPT_COMPILE_ONLY

The configuration parameter OPT_COMPILE_ONLY specifies the option(s) to compile without linking.

Example:
OPT_COMPILE_ONLY = /c

Some compilers use different options to perform a compilation without linking, like -c and -nolink. If all of them are actually used, they have to be configured to use ctc correctly.