Skip to content

Commit f967d28

Browse files
author
Colin Robertson
committed
fix copy paste issue
1 parent 5fe7358 commit f967d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/reference/ox-full-optimization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ manager: "ghogen"
2626
---
2727
# /Ox (Enable Most Speed Optimizations)
2828

29-
The **/Ox** compiler option enables a combination of **/O** compiler options that favor speed. In both the Visual Studio IDE and the compiler help message, this is called full optimization, but the **/Ox** compiler option enables only a subset of the speed optimization options enabled by **/O2**.
29+
The **/Ox** compiler option enables a combination of optimizations that favor speed. In both the Visual Studio IDE and the compiler help message, this is called full optimization, but the **/Ox** compiler option enables only a subset of the speed optimization options enabled by **/O2**.
3030

3131
## Syntax
3232

3333
> /Ox
3434
3535
## Remarks
3636

37-
The **/Ox** compiler option enables a combination of **/O** compiler options that favor speed. The **/Ox** compiler option does not include the additional [/GF (Eliminate Duplicate Strings)](../../build/reference/gf-eliminate-duplicate-strings.md) and [/Gy (Enable Function-Level Linking)](../../build/reference/gy-enable-function-level-linking.md) options enabled by [/O2 (Maximize Speed)](../../build/reference/o1-o2-minimize-size-maximize-speed.md). The **/Ox** compiler option is the same as using the following options in combination:
37+
The **/Ox** compiler option enables the **/O** compiler options that favor speed. The **/Ox** compiler option does not include the additional [/GF (Eliminate Duplicate Strings)](../../build/reference/gf-eliminate-duplicate-strings.md) and [/Gy (Enable Function-Level Linking)](../../build/reference/gy-enable-function-level-linking.md) options enabled by [/O2 (Maximize Speed)](../../build/reference/o1-o2-minimize-size-maximize-speed.md). The **/Ox** compiler option is the same as using the following options in combination:
3838

3939
- [/Ob (Inline Function Expansion)](../../build/reference/ob-inline-function-expansion.md), where the option parameter is 2 (**/Ob2**)
4040

0 commit comments

Comments
 (0)