We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/LDd
_DEBUG
1 parent 0ffedaa commit fea358fCopy full SHA for fea358f
1 file changed
docs/c-runtime-library/debug.md
@@ -7,7 +7,7 @@ ms.assetid: a9901568-4846-4731-a404-399d947e2e7a
7
---
8
# `_DEBUG`
9
10
-The compiler defines `_DEBUG` when you specify the /MTd or /MDd option. These options specify debug versions of the C run-time library.
+The compiler defines `_DEBUG` when you specify the /MTd, /MDd, or /LDd option. These options specify debug versions of the C run-time library.
11
12
For more information, see [CRT debugging techniques](./crt-debugging-techniques.md).
13
0 commit comments