You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/preprocessor/optimize.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The *optimization-list* can be zero or more of the parameters shown in the follo
24
24
25
25
| Parameter(s) | Type of optimization |
26
26
|--------------------|--------------------------|
27
-
|**`g`**| Enable global optimizations. Deprecated. For more information, see [`/Og` (Global optimizations)](../build/reference/og-global-optimizations). |
27
+
|**`g`**| Enable global optimizations. Deprecated. For more information, see [`/Og` (Global optimizations)](../build/reference/og-global-optimizations.md). |
28
28
|**`s`** or **`t`**| Specify short or fast sequences of machine code. |
29
29
|**`y`**| Generate frame pointers on the program stack. |
0 commit comments