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!

/O options (Optimize Code)

Feature Only in Professional and Enterprise Editions   Code optimization is supported only in Visual C++ Professional and Enterprise Editions. For more information, see Visual C++ Editions.

The /O options control various optimizations that help you create code for maximum speed or minimum size.

IDE Settings (Project Settings dialog box)

To set these optimization options in the development environment, open the Project Settings dialog box, choose the C/C++ tab, and choose Optimizations in the Category box. In the in the Optimizations list box, select an optimization setting—Default, Disable (Debug), Maximize Speed, Minimize Size, or Customize. If you select Customize, you can select specific optimizations in the area below the list box.

See Also

Compiler Options | Setting Compiler Options