/C Compiler Option

Syntax: Default:
/C[+|-] /C-

Use /C to perform a compile only, without linking.

When you link separately, you need to specify options that the compiler normally passes to the linker.

By default, code is both compiled and linked.



Summary of Compiler Options
Options Passed to the Linker by Default