Expand Minimize
This topic has not yet been rated - Rate this topic

favorSizeOrSpeedOption Enumeration

Used to indicate whether to minimize or maximize the size of EXEs and DLLs.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
public enum class favorSizeOrSpeedOption
Member nameDescription
favorNoneNone
favorSizeFavor small code (/Os)
favorSpeedFavor fast code (/Ot)

See /Os, /Ot (Favor Small Code, Favor Fast Code) for more information.

favorSizeOrSpeedOption is used by the FavorSizeOrSpeed property.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.