Without /DEBUG, the /Zi doesn't on its own create PDB files.
And since ninja runs multiple compilations in parallel, we need /FS to prevent contention on PDBs.
Differential D57612
gn build: Windows: write PDBs when is_debug Authored by dmajor on Feb 1 2019, 12:33 PM.
Details Without /DEBUG, the /Zi doesn't on its own create PDB files. And since ninja runs multiple compilations in parallel, we need /FS to prevent contention on PDBs.
Diff Detail |