Skip to content

Commit 5dfea91

Browse files
authored
Fix wrong link target for /O2 in "Troubleshoot function inlining impact on build time"
1 parent ee62f20 commit 5dfea91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build-insights/tutorials/build-insights-function-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Set the optimization level to maximum optimizations:
4545

4646
1. In the **Solution Explorer**, right-click the project name and select **Properties**.
4747
1. In the project properties, navigate to **C/C++** > **Optimization**.
48-
1. Set the **Optimization** dropdown to **Maximum Optimization (Favor Speed) ([`/O2`](../../build/reference/ob-inline-function-expansion.md))**.
48+
1. Set the **Optimization** dropdown to **Maximum Optimization (Favor Speed) ([`/O2`](../../build/reference/o1-o2-minimize-size-maximize-speed.md))**.
4949

5050
:::image type="content" source="./media/max-optimization-setting.png" alt-text="Screenshot of the project property pages dialog. The settings are open to Configuration Properties > C/C++ > Optimization. The Optimization dropdown is set to Maximum Optimization (Favor Speed) (/O2).":::
5151

0 commit comments

Comments
 (0)