mirror of
https://github.com/electron/electron.git
synced 2026-01-29 01:08:18 -05:00
Set up linker defaults for Windows
These match Chromium's defaults.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user