Intel® C++ Compiler XE 13.1 User and Reference Guides
Lets you specify a name for a program database (PDB) file.
Windows: Output Files > Program Database File Name
Linux: None
OS X: None
All
Linux and OS X: | None |
Windows: | /Fdfilename |
filename |
Is the name for the PDB file. It can include a path. If you do not specify a file extension, .pdb is used. |
OFF |
The PDB file name is the name of your project with an extension of .pdb. |
This option lets you specify a name for a program database (PDB) file that is created when option /Zi is specified. It has no effect unless you specify option /Zi.
None