Skip to content

Commit fdf7c94

Browse files
Merge pull request #5861 from TylerMSFT/update-cpp
add fastbuild note
2 parents 1aacbef + 2da3a51 commit fdf7c94

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Builds the deoptimized output after building the optimized output instead of in
3333

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

36+
IncrediBuild 10.24 supports C++ Dynamic Debugging builds.\
37+
FastBuild v1.15 supports C++ Dynamic Debugging builds.
38+
3639
### Set this linker option in the Visual Studio development environment
3740

3841
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).

docs/build/reference/dynamic-deopt.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "/dynamicdeopt (Enable C++ Dynamic Debugging (Preview))"
33
description: "Enable the Microsoft C++ compiler option /dynamicdeopt to use C++ Dynamic Debugging."
4-
ms.date: 03/20/2025
4+
ms.date: 04/01/2025
55
f1_keywords: ["/dynamicdeopt"]
66
helpviewer_keywords: ["-dynamicdeopt compiler option [C++]", "dynamicdeopt compiler option [C++]"]
77
---
@@ -41,6 +41,9 @@ Compiling with `/dynamicdeopt` generates other binaries that are used for debugg
4141
If you specify `/INCREMENTAL`, the compiler generates a warning and automatically turns off `/INCREMENTAL`.
4242
If you specify `/OPT:ICF`, the compiler generates a warning that the debug experience isn't as good. This is because ICF can cause functions to be removed from the alt file, which means you can't step into them.
4343

44+
IncrediBuild 10.24 supports C++ Dynamic Debugging builds.\
45+
FastBuild v1.15 supports C++ Dynamic Debugging builds.
46+
4447
`/dynamicdeopt` is incompatible with edit-and-continue and the following compiler switches:
4548

4649
```cpp

0 commit comments

Comments
 (0)