diff --git a/common.gypi b/common.gypi index 9864e8374e74da..273c6b241a4e34 100644 --- a/common.gypi +++ b/common.gypi @@ -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