NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

/Zl (Omit Default Library Name)

/Zl

This option omits the default library name from the .obj file. By default, CL puts the name of the library into the .obj file to direct the linker to the correct library. For more information on the default library, see Use Run-Time Library.

You can use /Zl to compile .obj files you plan to put into a library. Although omitting the library name saves only a small amount of space for a single .obj file, the total space saved is significant in a library that contains many object modules.

See Also

Compiler Options | Setting Compiler Options