Skip to content

Commit e8d02e4

Browse files
authored
Improve /DYNAMICDEOPT linker option reference page
1 parent 49abb91 commit e8d02e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ 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"]
77
---
8-
# | `/DYNAMICDEOPT` (Support C++ Dynamic Debugging) (Preview)
8+
# `/DYNAMICDEOPT` (Support C++ Dynamic Debugging) (Preview)
9+
910
> [!IMPORTANT]
1011
> The `/DYNAMICDEOPT` linker switch is currently in PREVIEW.
1112
> This information relates to a prerelease feature that might be substantially modified before release. Microsoft makes no warranties, expressed or implied, with respect to the information provided here.
@@ -14,8 +15,8 @@ The **`/DYNAMICDEOPT`** linker option, when used with the compiler switch [`/dyn
1415

1516
## Syntax
1617

17-
> **`/DYNAMICDEOPT`**
18-
> **`/DYNAMICDEOPT:SUFFIX=<suffix>`**
18+
> **`/DYNAMICDEOPT`**\
19+
> **`/DYNAMICDEOPT:SUFFIX=<suffix>`**\
1920
> **`/DYNAMICDEOPT:SYNC`**
2021
2122
## Arguments

0 commit comments

Comments
 (0)