Skip to content

Commit e5bffc2

Browse files
committed
pr feedback
1 parent d0aba44 commit e5bffc2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/build/reference/dynamic-deopt.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ fsanitize=kernel-address
5959
All of the CLR flags
6060
```
6161

62-
You can set this switch inside Visual Studio. For more information, see [C++ Dynamic Debugging (Preview)](/visualstudio/debugger/cpp-dynamic-debugging#build-system-integration). There are advantages to setting the switch in Visual Studio because MSBUILD automatically suppresses some of the incompatible switches such as `/GL` and `/OPT:ICF`. It also sets the corresponding linker option (`/DYNAMICDEOPT`). You can also set the switch in the command line.
62+
### Set this linker option in the Visual Studio development environment
6363

64-
### To set this compiler option programmatically
64+
You can set this switch inside Visual Studio. For more information, see [C++ Dynamic Debugging (Preview)](/visualstudio/debugger/cpp-dynamic-debugging#build-system-integration). There are advantages to setting the switch in Visual Studio because MSBuild automatically suppresses some of the incompatible switches such as `/GL` and `/OPT:ICF`. It also sets the corresponding linker option (`/DYNAMICDEOPT`). You can also set the switch in the command line.
65+
66+
### Set this compiler option programmatically
6567

6668
- See <xref:Microsoft.VisualStudio.VCProjectEngine.VCCLCompilerTool.CompileAsManaged>.
6769

0 commit comments

Comments
 (0)