/Fd - Rename .PDB File (Windows CE 5.0)
This option gives extra control over the name of the program database (.pdb) file.
/Fdfilename
Use the /Fd option with the /Zd, /Z7, /Zi -Debug Info option to specify a .pdb file name that is different from the default.
The following code example causes the compiler to generate a debug info file named Mypdb.pdb.
CL /Zi /FdMYPDB.PDB PROG.CPP
See Also
Compiler Options | /Zd, /Z7, /Zi -Debug Info
Send Feedback on this topic to the authors