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: nodejs#22698
Reviewed-By: João Reis <[email protected]>
  • Loading branch information
refack committed Sep 11, 2018
1 parent e85007f commit 7a10b86
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 @@ -269,7 +269,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 7a10b86

Please sign in to comment.