Don't use /ZI on 64 bit windows
Review URL: https://codereview.chromium.org/728633002
This commit is contained in:
parent
f21dab9540
commit
6740feb093
@ -129,6 +129,12 @@
|
||||
'configurations': {
|
||||
'Debug_x64': {
|
||||
'inherit_from': ['Debug'],
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': {
|
||||
# /ZI is not supported on 64bit
|
||||
'DebugInformationFormat': '3', # programDatabase (/Zi)
|
||||
},
|
||||
},
|
||||
},
|
||||
'Release_x64': {
|
||||
'inherit_from': ['Release'],
|
||||
|
Loading…
Reference in New Issue
Block a user