Skip to content

Commit 8cb5dd1

Browse files
authored
Merge pull request #2534 from corob-msft/cr-nopdb-2
Update /NOPDB per YongKang
2 parents 2768096 + ddb3b6a commit 8cb5dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/reference/nopdb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "/NOPDB"
33
description: "The /NOPDB option keeps DUMPBIN from loading and searching PDB files for symbol information."
4-
ms.date: "10/29/2019"
4+
ms.date: "12/04/2019"
55
f1_keywords: ["/NOPDB"]
66
helpviewer_keywords: ["/NOPDB dumpbin option", "/NOPDB"]
77
---
@@ -15,7 +15,7 @@ Tells DUMPBIN not to load and search program database (PDB) files for symbol inf
1515
1616
## Remarks
1717

18-
By default, DUMPBIN attempts to load PDB files for its target object files, libraries, or executables. DUMPBIN uses this information to match addresses to symbol names. The process can be time-consuming if the PDB files are large, or must be loaded from a remote server. The **/NOPDB** option tells DUMPBIN to skip this step. It only prints the addresses and symbol information available in the object file, library, or executable.
18+
By default, DUMPBIN attempts to load PDB files for its target executables. DUMPBIN uses this information to match addresses to symbol names. The process can be time-consuming if the PDB files are large, or must be loaded from a remote server. The **/NOPDB** option tells DUMPBIN to skip this step. It only prints the addresses and symbol information available in the executable.
1919

2020
### To set the /NOPDB linker option in Visual Studio
2121

0 commit comments

Comments
 (0)