mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
Add /LARGEADDRESSAWARE to linker options (Windows)
This commit is contained in:
@@ -64,6 +64,7 @@
|
||||
'GenerateDebugInformation': 'true',
|
||||
'MapFileName': '$(OutDir)\\$(TargetName).map',
|
||||
'ImportLibrary': '$(OutDir)\\lib\\$(TargetName).lib',
|
||||
'LargeAddressAware': '2',
|
||||
'AdditionalOptions': [
|
||||
# ATL 8.0 included in WDK 7.1 makes the linker to generate
|
||||
# following
|
||||
|
||||
Reference in New Issue
Block a user