Skip to content

Commit e25f66e

Browse files
authored
Merge pull request MicrosoftDocs#10673 from Rageking8/fix-msb8088-message-in-blockquotes
Fix MSB8088 message in blockquotes
2 parents d999e6f + eb12d07 commit e25f66e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/msbuild/errors/msb8088.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ ms.subservice: msbuild
1515
# MSBuild MSB8088 diagnostic code
1616

1717
> MSB8088: Dynamic debugging and whole program optimization are incompatible. Disabling whole program optimization.
18+
1819
When you turn on [C++ Dynamic Debugging (Preview)](/visualstudio/debugger/cpp-dynamic-debugging), the build automatically turns off whole program optimization (compiler switch [`/GL`](/cpp/build/reference/gl-whole-program-optimization)). These two options are incompatible.
1920

2021
To resolve this issue, turn off whole program optimization in the project properties by setting **Configuration Properties** > **Advanced** > **Whole Program Optimization** to **Off**. For more information, see [General Property Page (Project)](/cpp/build/reference/general-property-page-project).
2122

22-
`MSB8088` is treated as a warning, but may be treated as an error in a future version of Visual Studio.
23+
`MSB8088` is treated as a warning, but may be treated as an error in a future version of Visual Studio.

0 commit comments

Comments
 (0)