Set up linker defaults for Windows
These match Chromium's defaults.
This commit is contained in:
parent
3f40456161
commit
427ba96062
1 changed files with 5 additions and 0 deletions
|
@ -180,6 +180,11 @@
|
|||
'WarnAsError': 'true',
|
||||
'DebugInformationFormat': '3',
|
||||
},
|
||||
'VCLinkerTool': {
|
||||
'GenerateDebugInformation': 'true',
|
||||
'MapFileName': '$(OutDir)\\$(TargetName).map',
|
||||
'ImportLibrary': '$(OutDir)\\lib\\$(TargetName).lib',
|
||||
},
|
||||
},
|
||||
'msvs_disabled_warnings': [
|
||||
4100, # unreferenced formal parameter
|
||||
|
|
Loading…
Reference in a new issue