Skip to content

Commit

Permalink
build,win: generate single PDB file per target
Browse files Browse the repository at this point in the history
* previusly set to generate a .pdb file for each .obj file
* enables clcache

PR-URL: #22698
Reviewed-By: João Reis <reis@janeasystems.com>
  • Loading branch information
refack authored and targos committed Sep 12, 2018
1 parent b3bc642 commit dbe27d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
'msvs_settings': {
'VCCLCompilerTool': {
'StringPooling': 'true', # pool string literals
'DebugInformationFormat': 3, # Generate a PDB
'DebugInformationFormat': 1, # /Z7 embed info in .obj files
'WarningLevel': 3,
'BufferSecurityCheck': 'true',
'ExceptionHandling': 0, # /EHsc
Expand Down

0 comments on commit dbe27d7

Please sign in to comment.