We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bc642 commit dbe27d7Copy full SHA for dbe27d7
common.gypi
@@ -259,7 +259,7 @@
259
'msvs_settings': {
260
'VCCLCompilerTool': {
261
'StringPooling': 'true', # pool string literals
262
- 'DebugInformationFormat': 3, # Generate a PDB
+ 'DebugInformationFormat': 1, # /Z7 embed info in .obj files
263
'WarningLevel': 3,
264
'BufferSecurityCheck': 'true',
265
'ExceptionHandling': 0, # /EHsc
0 commit comments