Index: build/toolchain.gypi |
diff --git a/build/toolchain.gypi b/build/toolchain.gypi |
index b04f661d8571623cb634df3a5a7736ed0fa804ec..c3a9a1b3c5bf7fda514c7b94b7fe04044aa7ca19 100644 |
--- a/build/toolchain.gypi |
+++ b/build/toolchain.gypi |
@@ -790,10 +790,6 @@ |
}, { |
'RuntimeLibrary': '1', #/MTd |
}], |
- ['v8_target_arch=="x64"', { |
- # TODO(2207): remove this option once the bug is fixed. |
- 'WholeProgramOptimization': 'true', |
- }], |
], |
}, |
'VCLinkerTool': { |
@@ -963,10 +959,6 @@ |
}, { |
'RuntimeLibrary': '0', #/MT |
}], |
- ['v8_target_arch=="x64"', { |
- # TODO(2207): remove this option once the bug is fixed. |
- 'WholeProgramOptimization': 'true', |
- }], |
], |
}, |
'VCLinkerTool': { |