| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 5c0c3234126914c19253c05ce2c3ee299a2534d7..74a964d4db57e7bf1a7272f31743a138d4163d39 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -262,6 +262,13 @@
|
| },
|
| },
|
| }],
|
| + ['OS=="win" and v8_target_arch=="x64"', {
|
| + 'msvs_settings': {
|
| + 'VCLinkerTool': {
|
| + 'StackReserveSize': '2097152',
|
| + },
|
| + },
|
| + }],
|
| ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" \
|
| or OS=="netbsd"', {
|
| 'conditions': [
|
| @@ -300,10 +307,6 @@
|
| },
|
| 'VCLinkerTool': {
|
| 'LinkIncremental': '2',
|
| - # For future reference, the stack size needs to be increased
|
| - # when building for Windows 64-bit, otherwise some test cases
|
| - # can cause stack overflow.
|
| - # 'StackReserveSize': '297152',
|
| },
|
| },
|
| 'conditions': [
|
| @@ -385,12 +388,7 @@
|
| 'VCLinkerTool': {
|
| 'LinkIncremental': '1',
|
| 'OptimizeReferences': '2',
|
| - 'OptimizeForWindows98': '1',
|
| 'EnableCOMDATFolding': '2',
|
| - # For future reference, the stack size needs to be
|
| - # increased when building for Windows 64-bit, otherwise
|
| - # some test cases can cause stack overflow.
|
| - # 'StackReserveSize': '297152',
|
| },
|
| },
|
| }], # OS=="win"
|
|
|