Skip to content

Commit d0aba44

Browse files
committed
pr feedback
1 parent b65385d commit d0aba44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/build/reference/dynamic-deopt-linker.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: /DYNAMICDEOPT (Support C++ Dynamic Debugging)"
32
title: "/DYNAMICDEOPT (Support C++ Dynamic Debugging) (Preview)"
3+
description: "Learn more about: /DYNAMICDEOPT (Support C++ Dynamic Debugging)."
44
ms.date: 03/14/2025
55
f1_keywords: ["VC.Project.VCLinkerTool.GenerateDynamicDeoptInformation", "/dynamicdeopt"]
66
helpviewer_keywords: ["DYNAMICDEOPT linker option", "/DYNAMICDEOPT linker option", "-DYNAMICDEOPT linker option", "c++ dynamic debugging"]
@@ -32,14 +32,14 @@ Builds the deoptimized output after building the optimized output instead of in
3232

3333
This preview flag, available starting with Visual Studio 2022 Version 17.14 Preview 2, applies only to x64 projects.
3434

35-
### To set this linker option in the Visual Studio development environment
35+
### Set this linker option in the Visual Studio development environment
3636

3737
1. Open the project's **Property Pages** dialog box. For details, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).
3838
1. Select the **Linker** > **Debugging** property page.
3939

40-
### To set this linker option programmatically
40+
### Set this linker option programmatically
4141

42-
1. See <xref:Microsoft.VisualStudio.VCProjectEngine.VCLinkerTool.GenerateDebugInformation%2A>.
42+
- See <xref:Microsoft.VisualStudio.VCProjectEngine.VCLinkerTool.GenerateDebugInformation%2A>.
4343

4444
## See also
4545

0 commit comments

Comments
 (0)