Share via


/PDBSTRIPPED (Windows CE 5.0)

Send Feedback

Specify /PDBSTRIPPED on the command line to omit private symbols from the program database file.

/PDBSTRIPPED:[filename]

Remarks

By default, when the linker creates a program database (.pdb) file, it includes private symbols. The program database file still contains definitions of public symbols (like those that show in the .map file).

The linker writes the program database to the .pdb file specified by the /PDB argument. If the /PDB argument is omitted, the linker writes the information to the file specified by filename or to the default file (projectname.pdb) if filename is omitted.

See Also

Linker Options

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.