]> granicus.if.org Git - llvm/commit
gn build: Windows: write PDBs when is_debug
authorDavid Major <dmajor@mozilla.com>
Mon, 4 Feb 2019 21:13:43 +0000 (21:13 +0000)
committerDavid Major <dmajor@mozilla.com>
Mon, 4 Feb 2019 21:13:43 +0000 (21:13 +0000)
commit3e10d473a5e60efd117d2df6522de204c0111695
tree5962b08c9b2465a3ebf49699e90a9bd1d2963535
parentbbf9e4b7e7c6219c5aaa0446979e7ccec463bfaf
gn build: Windows: write PDBs when is_debug

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 Revision: https://reviews.llvm.org/D57612

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353093 91177308-0d34-0410-b5e6-96231b3b80d8
utils/gn/build/BUILD.gn