Consider the following scenario:
- You develop a Microsoft Visual C++ 2010 application in Microsoft Visual Studio 2010.
- You enable one of the following optimization compiler options for the application:
- /O1 (Minimize Size)
- /O2 (Maximize Speed)
- /Ox (Full Optimization)
- You set up the application to target Win32 (x86 platform).
- You build the application in release mode.