Search notes:

cl /Zl

Don't place the default name of the default CRT library into the created object file.
Compiling with /Zl defines the _VC_NODEFAULT macro.

See also

The /MD, /MT and /LD compiler options.
The /nodefaultlib linker option

Index