/no_format_opt

The /no_format_opt switch changes the way MIDL optimizes type and procedure descriptors.

midl /no_format_opt <other-options> filename

Example

midl /no_format_opt mylean.idl
 

Remarks

By default, MIDL eliminates duplicate type and procedure descriptors in order to reduce the size of the generated stub code. Using the /no_format_opt switch turns off this optimizing behavior.

See Also

General MIDL Command-line Syntax, /Oi