Skip to content

Commit 9602306

Browse files
author
Colin Robertson
authored
Update zf.md
Fix PDF -> PDB typo
1 parent 0a1b2a1 commit 9602306

File tree

1 file changed

+1
-1
lines changed
  • docs/build/reference

1 file changed

+1
-1
lines changed

docs/build/reference/zf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Enable faster PDB generation in parallel builds by minimizing RPC calls to mspdb
2222

2323
The **/Zf** option enables compiler support for faster generation of PDB files when using the [/MP (Build with Multiple Processes)](mp-build-with-multiple-processes.md) option, or when the build system (for example, [MSBuild](/visualstudio/msbuild/msbuild-reference) or [CMake](../../ide/cmake-tools-for-visual-cpp.md)) may run multiple cl.exe compiler processes at the same time. This option causes the compiler front end to delay generation of type indexes for each type record in the PDB file until the end of compilation, then requests them all in a single RPC call to mspdbsrv.exe, instead of making an RPC request for each record. This can substantially improve build throughput by reducing the RPC load on the mspdbsrv.exe process in an environment where multiple cl.exe compiler processes run simultaneously.
2424

25-
Because the **/Zf** option only applies to PDF generation, it requires the [/Zi](z7-zi-zi-debug-information-format.md) or [/ZI](z7-zi-zi-debug-information-format.md) option.
25+
Because the **/Zf** option only applies to PDB generation, it requires the [/Zi](z7-zi-zi-debug-information-format.md) or [/ZI](z7-zi-zi-debug-information-format.md) option.
2626

2727
The **/Zf** option is available beginning in Visual Studio 2017 version 15.1, and is off by default.
2828

0 commit comments

Comments
 (0)