Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dbe27d7

Browse filesBrowse files
refacktargos
authored andcommitted
build,win: generate single PDB file per target
* previusly set to generate a .pdb file for each .obj file * enables clcache PR-URL: #22698 Reviewed-By: João Reis <reis@janeasystems.com>
1 parent b3bc642 commit dbe27d7
Copy full SHA for dbe27d7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎common.gypi‎

Copy file name to clipboardExpand all lines: common.gypi
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
'msvs_settings': {
260260
'VCCLCompilerTool': {
261261
'StringPooling': 'true', # pool string literals
262-
'DebugInformationFormat': 3, # Generate a PDB
262+
'DebugInformationFormat': 1, # /Z7 embed info in .obj files
263263
'WarningLevel': 3,
264264
'BufferSecurityCheck': 'true',
265265
'ExceptionHandling': 0, # /EHsc

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.