mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04: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