summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-30 20:47:22 +0000
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-30 20:47:22 +0000
commite25b46f6f68ee4006afa68cd86af782d084ad639 (patch)
treee6a04ce8ee139cbc1fd6a212b876e358ab034c96
parenta81b1d0d68fc32652e6e43b3dadb1df93ef8ddac (diff)
downloadgyp-e25b46f6f68ee4006afa68cd86af782d084ad639.tar.gz
try /LARGEADDRESSAWARE to give Windows 32-bit builds access to more RAM.
BUG=skia:2478 R=borenet@google.com, robertphillips@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/258403006 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@14485 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--common_conditions.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/common_conditions.gypi b/common_conditions.gypi
index 77dd925..e89d116 100644
--- a/common_conditions.gypi
+++ b/common_conditions.gypi
@@ -31,6 +31,7 @@
'AdditionalOptions': [ '/MP', ],
},
'VCLinkerTool': {
+ 'LargeAddressAware': 2, # 2 means "Yes, please let me use more RAM on 32-bit builds."
'AdditionalDependencies': [
'OpenGL32.lib',
'usp10.lib',