Skip to content

Commit eb12d07

Browse files
authored
Fix MSB8088 message in blockquotes
1 parent d999e6f commit eb12d07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/msbuild/errors/msb8088.md

Lines changed: 2 additions & 1 deletion
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)