/no_format_opt switch
The /no_format_opt switch changes the way MIDL optimizes type and procedure descriptors.
midl /no_format_opt
Switch Options
This switch has no parameters.
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.
Examples
midl /no_format_opt mylean.idl
See also