mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
build,win: generate single PDB file per target
* previusly set to generate a .pdb file for each .obj file * enables clcache PR-URL: https://github.com/nodejs/node/pull/22698 Reviewed-By: João Reis <reis@janeasystems.com>
This commit is contained in:
parent
e85007fdfb
commit
7a10b86ab7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user