Skip to content

Commit 63f9a11

Browse files
author
Colin Robertson
committed
Version info not needed.
1 parent abb0d4a commit 63f9a11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/build/reference/nopdb.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Tells DUMPBIN not to load and search program database (PDB) files for symbol inf
1616

1717
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.
1818

19-
The **/NOPDB** option is available starting in Visual Studio 2019.
20-
2119
### To set the /NOPDB linker option in Visual Studio
2220

2321
1. Open the **Property Pages** dialog box for the project. For more information, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).

0 commit comments

Comments
 (0)