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 dmajor on Feb 1 2019, 12:33 PM. Authored by
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 |