diff options
Diffstat (limited to 'courgette')
-rw-r--r-- | courgette/courgette.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp index a192050..795b538 100644 --- a/courgette/courgette.gyp +++ b/courgette/courgette.gyp @@ -63,6 +63,11 @@ 'courgette_lib', '../base/base.gyp:base', ], + 'msvs_settings': { + 'VCLinkerTool': { + 'LargeAddressAware': 2, + }, + }, }, { 'target_name': 'courgette_minimal_tool', |